close all
Let CSS suggest color gradients from two hues such as the base hue and the complementary color.
Find examples of linear and radial color transitions.
Easy for web design: Copy the CSS code for easy integration on your website.
Let CSS suggest color gradients from two hues such as the base hue and a lighter hue.
Find examples of linear and radial color transitions from Lighter colors.
Simple for web design: copy the CSS code for easy integration on your website.
Let CSS suggest color gradients from two hues such as the base hue and a darker hue.
Find examples of linear and radial color transitions from Darker colors.
Simple for web design: copy the CSS code for easy integration on your website.
Blue and green clearly dominate this hue: the blue and green values are higher than red. Bright color: high color values create a bright impression.
The breakdown of the color into the RGB color system: of 255 maximum color components, none red, 148 green and 249 blue.
The mixing ratio of these colors results in the displayed hue in the middle of the overlaps.
In the illustration you can see how the color is composed of the three components: red (top),green (bottom right) and blue (bottom left). In the middle you can see the result color.
In the CMYK color system the color is composed as follows: In this color tone, out of 100 maximum color components, 100 cyan, 41 magenta, none yellow and 2 key.
The mixing ratio of these colors results in the displayed hue in the middle of the overlaps.
In the diagram you can see how the color is composed of the four components cyan (top left),magenta (top right),yellow (bottom right) and black or key (bottom left). In the middle you can see the result color.
This color is used by at least one manufactures. Here you can see which:
46% - IT Solutions Website...
Link: http://www.wix.com
45% - Agencia de Modelos W...
Link: http://es.wix.com
45% - Bebés Cool Website T...
Link: http://es.wix.com
46% - Web-Studio Website T...
Link: http://www.wix.com
45% - Marketing Digital We...
Link: http://pt.wix.com
45% - Design Corporativo W...
Link: http://pt.wix.com
27% - Agencia de Diseño We...
Link: http://es.wix.com
27% - Consultor Estratégic...
Link: http://es.wix.com
29% - Photographer Site We...
Link: http://www.wix.com
32% - クリエイティブイベント テンプレート |...
Link: http://ja.wix.com
29% - Match Maker Website ...
Link: http://www.wix.com
29% - Fitness Training Web...
Link: http://www.wix.com
29% - Business Consultants...
Link: http://www.wix.com
27% - Estudio-Web Plantill...
Link: http://es.wix.com
30% - Accountant Site 웹사이트...
Link: http://ko.wix.com
29% - Curriculum Vitae Tem...
Link: http://it.wix.com
30% - Photographers Dream ...
Link: http://ko.wix.com
29% - Le Consultant Templa...
Link: http://fr.wix.com
29% - Sugar and Spice Pati...
Link: http://www.wix.com
30% - My Kitchen Shop テンプレ...
Link: http://ja.wix.com
30% - Mom and Baby Center ...
Link: http://ja.wix.com
30% - プロフィール・経歴 テンプレート | W...
Link: http://ja.wix.com
27% - Planeta Verde Planti...
Link: http://es.wix.com
27% - Naturaleza Org Plant...
Link: http://es.wix.com
27% - Residencia de Ancian...
Link: http://es.wix.com
27% - Asesor de Vida Plant...
Link: http://es.wix.com
30% - ナイトクラブ テンプレート | WIX
Link: http://ja.wix.com
27% - Playa B y B Plantill...
Link: http://es.wix.com
29% - Healthy Living Blog ...
Link: http://es.wix.com
29% - Marketing Agency Web...
Link: http://es.wix.com
29% - Spa Clinic Website T...
Link: http://www.wix.com
29% - Digital Marketing We...
Link: http://es.wix.com
29% - Curriculum Vitae Web...
Link: http://ja.wix.com
29% - Ski Chalet Website T...
Link: http://www.wix.com
27% - Estudio de animación...
Link: http://es.wix.com
27% - Clases de pilates Pl...
Link: http://es.wix.com
27% - Landing page para Ap...
Link: http://es.wix.com
27% - Pastelería Plantilla...
Link: http://es.wix.com
27% - Lanzamiento de álbum...
Link: http://es.wix.com
30% - レストラン テンプレート | WIX
Link: http://ja.wix.com
27% - Banda retro Plantill...
Link: http://es.wix.com
28% - Estudio de música Pl...
Link: http://es.wix.com
27% - Helado casero Planti...
Link: http://es.wix.com
27% - Business Conference ...
Link: http://es.wix.com
30% - パティシエ / パティシエール ...
Link: http://ja.wix.com
29% - Camera Shop Website ...
Link: http://www.wix.com
27% - Advogado & Advog...
Link: http://pt.wix.com
27% - Estúdio de Web Desig...
Link: http://pt.wix.com
27% - Soluciones tecnológi...
Link: http://es.wix.com
27% - Contenedor Plantilla...
Link: http://es.wix.com
27% - Tienda de computador...
Link: http://es.wix.com
31% - Indie filmbedrijf We...
Link: http://nl.wix.com
29% - Yoga-Center Website-...
Link: http://de.wix.com
29% - Classic Law Firm Web...
Link: http://www.wix.com
29% - Car Repairs Website ...
Link: http://www.wix.com
27% - El artista Plantilla...
Link: http://es.wix.com
27% - Children's Bouti...
Link: http://pt.wix.com
27% - Agência de Publicida...
Link: http://pt.wix.com
29% - Fundraising Website ...
Link: http://www.wix.com
27% - Currículum de diseña...
Link: http://es.wix.com
31% - Диетолог Шаблон сайт...
Link: http://ru.wix.com
31% - Медицинская клиника ...
Link: http://ru.wix.com
27% - Moda femenina Planti...
Link: http://es.wix.com
Provide designers and agencies with accurate color values.
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 0%, #FF6B06 100%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 1%, #FF6B06 95%);
CSS-Code:
background-image: linear-gradient(135deg, #FF6B06 12%, #0094F9 100%);
CSS-Code:
background-image: radial-gradient(circle, #FF6B06 9%, #0094F9 98%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 4%, #00D9FA 92%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 1%, #00D9FA 86%);
CSS-Code:
background-image: linear-gradient(135deg, #00D9FA 2%, #0094F9 89%);
CSS-Code:
background-image: radial-gradient(circle, #00D9FA 5%, #0094F9 92%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 14%, #0096FA 100%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 11%, #0096FA 99%);
CSS-Code:
background-image: linear-gradient(135deg, #0096FA 9%, #0094F9 86%);
CSS-Code:
background-image: radial-gradient(circle, #0096FA 3%, #0094F9 97%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 11%, #0053FA 91%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 3%, #0053FA 97%);
CSS-Code:
background-image: linear-gradient(135deg, #0053FA 0%, #0094F9 89%);
CSS-Code:
background-image: radial-gradient(circle, #0053FA 2%, #0094F9 95%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 14%, #0011FA 90%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 12%, #0011FA 92%);
CSS-Code:
background-image: linear-gradient(135deg, #0011FA 4%, #0094F9 88%);
CSS-Code:
background-image: radial-gradient(circle, #0011FA 13%, #0094F9 99%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 5%, #007CD1 87%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 7%, #007CD1 97%);
CSS-Code:
background-image: linear-gradient(135deg, #007CD1 10%, #0094F9 87%);
CSS-Code:
background-image: radial-gradient(circle, #007CD1 6%, #0094F9 95%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 13%, #0095FA 98%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 5%, #0095FA 89%);
CSS-Code:
background-image: linear-gradient(135deg, #0095FA 12%, #0094F9 90%);
CSS-Code:
background-image: radial-gradient(circle, #0095FA 10%, #0094F9 96%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 11%, #24A6FF 93%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 3%, #24A6FF 98%);
CSS-Code:
background-image: linear-gradient(135deg, #24A6FF 6%, #0094F9 92%);
CSS-Code:
background-image: radial-gradient(circle, #24A6FF 14%, #0094F9 92%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 2%, #4DB7FF 93%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 2%, #4DB7FF 86%);
CSS-Code:
background-image: linear-gradient(135deg, #4DB7FF 3%, #0094F9 95%);
CSS-Code:
background-image: radial-gradient(circle, #4DB7FF 9%, #0094F9 91%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 8%, #00D9FA 90%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 9%, #00D9FA 87%);
CSS-Code:
background-image: linear-gradient(135deg, #00D9FA 13%, #0094F9 89%);
CSS-Code:
background-image: radial-gradient(circle, #00D9FA 1%, #0094F9 96%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 5%, #0096FA 92%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 8%, #0096FA 86%);
CSS-Code:
background-image: linear-gradient(135deg, #0096FA 8%, #0094F9 93%);
CSS-Code:
background-image: radial-gradient(circle, #0096FA 10%, #0094F9 94%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 10%, #0053FA 90%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 0%, #0053FA 91%);
CSS-Code:
background-image: linear-gradient(135deg, #0053FA 11%, #0094F9 96%);
CSS-Code:
background-image: radial-gradient(circle, #0053FA 7%, #0094F9 92%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 6%, #0011FA 92%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 1%, #0011FA 93%);
CSS-Code:
background-image: linear-gradient(135deg, #0011FA 2%, #0094F9 91%);
CSS-Code:
background-image: radial-gradient(circle, #0011FA 6%, #0094F9 87%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 13%, #007CD1 93%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 0%, #007CD1 100%);
CSS-Code:
background-image: linear-gradient(135deg, #007CD1 2%, #0094F9 87%);
CSS-Code:
background-image: radial-gradient(circle, #007CD1 8%, #0094F9 92%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 14%, #0095FA 87%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 12%, #0095FA 89%);
CSS-Code:
background-image: linear-gradient(135deg, #0095FA 11%, #0094F9 88%);
CSS-Code:
background-image: radial-gradient(circle, #0095FA 2%, #0094F9 98%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 8%, #24A6FF 94%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 14%, #24A6FF 96%);
CSS-Code:
background-image: linear-gradient(135deg, #24A6FF 3%, #0094F9 97%);
CSS-Code:
background-image: radial-gradient(circle, #24A6FF 7%, #0094F9 91%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 1%, #4DB7FF 86%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 7%, #4DB7FF 86%);
CSS-Code:
background-image: linear-gradient(135deg, #4DB7FF 12%, #0094F9 88%);
CSS-Code:
background-image: radial-gradient(circle, #4DB7FF 11%, #0094F9 89%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 6%, #9600FA 92%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 2%, #9600FA 91%);
CSS-Code:
background-image: linear-gradient(135deg, #9600FA 3%, #0094F9 97%);
CSS-Code:
background-image: radial-gradient(circle, #9600FA 6%, #0094F9 89%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 11%, #FAFA00 88%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 9%, #FAFA00 90%);
CSS-Code:
background-image: linear-gradient(135deg, #FAFA00 7%, #0094F9 86%);
CSS-Code:
background-image: radial-gradient(circle, #FAFA00 14%, #0094F9 100%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 1%, #FA0096 89%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 4%, #FA0096 89%);
CSS-Code:
background-image: linear-gradient(135deg, #FA0096 9%, #0094F9 100%);
CSS-Code:
background-image: radial-gradient(circle, #FA0096 10%, #0094F9 91%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 2%, #96FA00 96%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 2%, #96FA00 92%);
CSS-Code:
background-image: linear-gradient(135deg, #96FA00 5%, #0094F9 93%);
CSS-Code:
background-image: radial-gradient(circle, #96FA00 14%, #0094F9 96%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 14%, #9600FA 99%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 9%, #9600FA 100%);
CSS-Code:
background-image: linear-gradient(135deg, #9600FA 5%, #0094F9 87%);
CSS-Code:
background-image: radial-gradient(circle, #9600FA 6%, #0094F9 90%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 12%, #FA6400 98%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 2%, #FA6400 93%);
CSS-Code:
background-image: linear-gradient(135deg, #FA6400 7%, #0094F9 95%);
CSS-Code:
background-image: radial-gradient(circle, #FA6400 5%, #0094F9 91%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 10%, #64FA00 89%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 12%, #64FA00 91%);
CSS-Code:
background-image: linear-gradient(135deg, #64FA00 0%, #0094F9 89%);
CSS-Code:
background-image: radial-gradient(circle, #64FA00 0%, #0094F9 86%);
Lineal
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 8%, #E100FA 98%);
Radial
CSS-Code:
background-image: radial-gradient(circle, #0094F9 11%, #E100FA 96%);
CSS-Code:
background-image: linear-gradient(135deg, #E100FA 12%, #0094F9 90%);
CSS-Code:
background-image: radial-gradient(circle, #E100FA 0%, #0094F9 99%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 8%, #FA6400 98%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 5%, #FA6400 98%);
CSS-Code:
background-image: linear-gradient(135deg, #FA6400 7%, #0094F9 87%);
CSS-Code:
background-image: radial-gradient(circle, #FA6400 2%, #0094F9 99%);
CSS-Code:
background-image: linear-gradient(135deg, #0094F9 11%, #19FA00 89%);
CSS-Code:
background-image: radial-gradient(circle, #0094F9 7%, #19FA00 90%);
CSS-Code:
background-image: linear-gradient(135deg, #19FA00 2%, #0094F9 87%);
CSS-Code:
background-image: radial-gradient(circle, #19FA00 0%, #0094F9 96%);
RGB to HEX
convert from RGB red green blue to #RRGGBB
RGB to CMYK
convert from RGB red green blue to CMYK cyan / magenta / yellow / black
RGB to RAL®
convert from RGB red green blue to RAL®-number (RAL 0000)
RGB to HKS®
convert from RGB red green blue to HKS®-number (HKS 00)
RGB to PANTONE®
convert from RGB red green blue to Pantone®-number (Pantone 0000)
RGB to Sherwin Williams®
convert from RGB red green blue to Sherwin Williams®-number (SW 0000)
RGB to NCS®
convert from RGB red green blue to NCS-number (S0000-X00X)
RGBA to HEX
convert from RGBA red green blue transparency to #RRGGBB
RGBA to CMYK
convert from RGBA red green blue transparency to CMYK cyan / magenta / yellow / black
RGBA to RAL®
convert from RGBA red green blue transparency to RAL®-number (RAL 0000)
RGBA to HKS®
convert from RGBA red green blue transparency to HKS®-number (HKS 00)
RGBA to PANTONE®
convert from RGBA red green blue transparency to Pantone®-number (Pantone 0000)
RGBA to Sherwin Williams®
convert from RGBA red green blue transparency to Sherwin Williams®-number (SW 0000)
RGBA to NCS®
convert from RGBA red green blue transparency to NCS-number (S0000-X00X)
CMYK to HEX
convert from CMYK cyan / magenta / yellow / black to #RRGGBB
CMYK to RGB
convert from CMYK cyan / magenta / yellow / black to RGB red green blue
CMYK to RGBA
convert from CMYK cyan / magenta / yellow / black to RGBA red green blue transparency
CMYK to RAL®
convert from CMYK cyan / magenta / yellow / black to RAL®-number (RAL 0000)
CMYK to HKS®
convert from CMYK cyan / magenta / yellow / black to HKS®-number (HKS 00)
CMYK to PANTONE®
convert from CMYK cyan / magenta / yellow / black to Pantone®-number (Pantone 0000)
CMYK to Sherwin Williams®
convert from CMYK cyan / magenta / yellow / black to Sherwin Williams®-number (SW 0000)
CMYK to NCS®
convert from CMYK cyan / magenta / yellow / black to NCS-number (S0000-X00X)
HEX to RGB
convert from #RRGGBB to RGB red green blue
HEX to RGBA
convert from #RRGGBB to RGBA red green blue transparency
HEX to CMYK
convert from #RRGGBB to CMYK cyan / magenta / yellow / black
HEX to RAL®
convert from #RRGGBB to RAL®-number (RAL 0000)
HEX to HKS®
convert from #RRGGBB to HKS®-number (HKS 00)
HEX to PANTONE®
convert from #RRGGBB to Pantone®-number (Pantone 0000)
HEX to Sherwin Williams®
convert from #RRGGBB to Sherwin Williams®-number (SW 0000)
HEX to NCS®
convert from #RRGGBB to NCS-number (S0000-X00X)
RAL® to RGB
convert from RAL®-number (RAL 0000) to RGB red green blue
RAL® to RGBA
convert from RAL®-number (RAL 0000) to RGBA red green blue transparency
RAL® to CMYK
convert from RAL®-number (RAL 0000) to CMYK cyan / magenta / yellow / black
RAL® to HEX
convert from RAL®-number (RAL 0000) to #RRGGBB
RAL® to HKS®
convert from RAL®-number (RAL 0000) to HKS®-number (HKS 00)
RAL® to PANTONE®
convert from RAL®-number (RAL 0000) to Pantone®-number (Pantone 0000)
RAL® to Sherwin Williams®
convert from RAL®-number (RAL 0000) to Sherwin Williams®-number (SW 0000)
RAL® to NCS®
convert from RAL®-number (RAL 0000) to NCS-number (S0000-X00X)
HKS® to RGB
convert from HKS®-number (HKS 00) to RGB red green blue
HKS® to RGBA
convert from HKS®-number (HKS 00) to RGBA red green blue transparency
HKS® to CMYK
convert from HKS®-number (HKS 00) to CMYK cyan / magenta / yellow / black
HKS® to HEX
convert from HKS®-number (HKS 00) to #RRGGBB
HKS® to RAL®
convert from HKS®-number (HKS 00) to RAL®-number (RAL 0000)
HKS® to PANTONE®
convert from HKS®-number (HKS 00) to Pantone®-number (Pantone 0000)
HKS® to Sherwin Williams®
convert from HKS®-number (HKS 00) to Sherwin Williams®-number (SW 0000)
HKS® to NCS®
convert from HKS®-number (HKS 00) to NCS-number (S0000-X00X)
PANTONE® to RGB
convert from Pantone®-number (Pantone 0000) to RGB red green blue
PANTONE® to RGBA
convert from Pantone®-number (Pantone 0000) to RGBA red green blue transparency
PANTONE® to CMYK
convert from Pantone®-number (Pantone 0000) to CMYK cyan / magenta / yellow / black
PANTONE® to HEX
convert from Pantone®-number (Pantone 0000) to #RRGGBB
PANTONE® to RAL®
convert from Pantone®-number (Pantone 0000) to RAL®-number (RAL 0000)
PANTONE® to HKS®
convert from Pantone®-number (Pantone 0000) to HKS®-number (HKS 00)
PANTONE® to Sherwin Williams®
convert from Pantone®-number (Pantone 0000) to Sherwin Williams®-number (SW 0000)
PANTONE® to NCS®
convert from Pantone®-number (Pantone 0000) to NCS-number (S0000-X00X)
Sherwin Williams® to RGB
convert from Sherwin Williams®-number (SW 0000) to RGB red green blue
Sherwin Williams® to RGBA
convert from Sherwin Williams®-number (SW 0000) to RGBA red green blue transparency
Sherwin Williams® to CMYK
convert from Sherwin Williams®-number (SW 0000) to CMYK cyan / magenta / yellow / black
Sherwin Williams® to HEX
convert from Sherwin Williams®-number (SW 0000) to #RRGGBB
Sherwin Williams® to RAL®
convert from Sherwin Williams®-number (SW 0000) to RAL®-number (RAL 0000)
Sherwin Williams® to HKS®
convert from Sherwin Williams®-number (SW 0000) to HKS®-number (HKS 00)
Sherwin Williams® to PANTONE®
convert from Sherwin Williams®-number (SW 0000) to Pantone®-number (Pantone 0000)
Sherwin Williams® to NCS®
convert from Sherwin Williams®-number (SW 0000) to NCS-number (S0000-X00X)
NCS® to RGB
convert from NCS-number (S0000-X00X) to RGB red green blue
NCS® to RGBA
convert from NCS-number (S0000-X00X) to RGBA red green blue transparency
NCS® to CMYK
convert from NCS-number (S0000-X00X) to CMYK cyan / magenta / yellow / black
NCS® to HEX
convert from NCS-number (S0000-X00X) to #RRGGBB
NCS® to RAL®
convert from NCS-number (S0000-X00X) to RAL®-number (RAL 0000)
NCS® to HKS®
convert from NCS-number (S0000-X00X) to HKS®-number (HKS 00)
NCS® to PANTONE®
convert from NCS-number (S0000-X00X) to Pantone®-number (Pantone 0000)