Shades of Baby Blue #6EF2FE
Tints of Baby Blue #6EF2FE
RGB
CMYK
RGB Variations
Color information
#6EF2FE (or 0x6EF2FE) is known color: Baby Blue. HEX triplet: 6E, F2 and FE. RGB value is (110,242,254). Sum of RGB (Red+Green+Blue) = 110+242+254=606 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.15% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EF2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF2FE is #910D01. Grayscale: #CBCBCB. Windows color (decimal): -9506050 or 16708206. OLE color: 16708206.
HSL color Cylindrical-coordinate representation of color #6EF2FE: hue angle of 185º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EF2FE is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 242 | 254 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.00 |
| HSL | 185º | 0.99% | 0.71% | - |
| HSV(B) | 185º | 0.57% | 1% | - |
| XYZ | 56.07 | 73.98 | 105.09 | - |
| YUV | 203.9 | 156.27 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 242 | 254 | 0.57 | 0.05 | 0 | 0.00 | 185 | 0.99 | 0.71 |
| Hex | 6E | F2 | FE | 39 | 5 | 0 | 0 | B9 | 63 | 47 |
| Octal | 156 | 362 | 376 | 71 | 5 | 0 | 0 | 271 | 143 | 107 |
| Binary | 1101110 | 11110010 | 11111110 | 111001 | 101 | 0 | 0 | 10111001 | 1100011 | 1000111 |
Color Harmonies of #6EF2FE
Complementary color
Monochromatic Colors of #6EF2FE
Black with #6EF2FE
Text Example
Text Example
White with #6EF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF2FE; }
p { color: rgb(110,242,254); }
H1.HeaderClassName
{
color: #6EF2FE;
}
.AnyTagClassName
{
color: #6EF2FE;
}
</style>
background-color css
<style>
a { background-color: #6EF2FE; }
a { background-color: rgb(110,242,254); }
div.DivClassName
{
background-color: #6EF2FE;
}
.BgClassName
{
background-color: #6EF2FE;
}
</style>
border-color css
<style>
span { border-color: #6EF2FE; }
span { border-color: rgb(110,242,254); }
td.TdClassName
{
border-color: #6EF2FE;
}
.TagClassName
{
border-color: #6EF2FE;
}
</style>