Shades of Baby Blue #6EFEEC
Tints of Baby Blue #6EFEEC
RGB
CMYK
RGB Variations
Color information
#6EFEEC (or 0x6EFEEC) is known color: Baby Blue. HEX triplet: 6E, FE and EC. RGB value is (110,254,236). Sum of RGB (Red+Green+Blue) = 110+254+236=600 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFEEC is #910113. Grayscale: #D0D0D0. Windows color (decimal): -9502996 or 15531630. OLE color: 15531630.
HSL color Cylindrical-coordinate representation of color #6EFEEC: hue angle of 172.5º 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 #6EFEEC is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 254 | 236 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.00 |
| HSL | 172.5º | 0.99% | 0.71% | - |
| HSV(B) | 172.5º | 0.57% | 1% | - |
| XYZ | 57.01 | 80.25 | 91.84 | - |
| YUV | 208.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 236 | 0.57 | 0 | 0.07 | 0.00 | 172.5 | 0.99 | 0.71 |
| Hex | 6E | FE | EC | 39 | 0 | 7 | 0 | AC | 63 | 47 |
| Octal | 156 | 376 | 354 | 71 | 0 | 7 | 0 | 254 | 143 | 107 |
| Binary | 1101110 | 11111110 | 11101100 | 111001 | 0 | 111 | 0 | 10101100 | 1100011 | 1000111 |
Color Harmonies of #6EFEEC
Complementary color
Monochromatic Colors of #6EFEEC
Black with #6EFEEC
Text Example
Text Example
White with #6EFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFEEC; }
p { color: rgb(110,254,236); }
H1.HeaderClassName
{
color: #6EFEEC;
}
.AnyTagClassName
{
color: #6EFEEC;
}
</style>
background-color css
<style>
a { background-color: #6EFEEC; }
a { background-color: rgb(110,254,236); }
div.DivClassName
{
background-color: #6EFEEC;
}
.BgClassName
{
background-color: #6EFEEC;
}
</style>
border-color css
<style>
span { border-color: #6EFEEC; }
span { border-color: rgb(110,254,236); }
td.TdClassName
{
border-color: #6EFEEC;
}
.TagClassName
{
border-color: #6EFEEC;
}
</style>