Shades of Baby Blue #6EFFEC
Tints of Baby Blue #6EFFEC
RGB
CMYK
RGB Variations
Color information
#6EFFEC (or 0x6EFFEC) is known color: Baby Blue. HEX triplet: 6E, FF and EC. RGB value is (110,255,236). Sum of RGB (Red+Green+Blue) = 110+255+236=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFEC is #910013. Grayscale: #D1D1D1. Windows color (decimal): -9502740 or 15531886. OLE color: 15531886.
HSL color Cylindrical-coordinate representation of color #6EFFEC: hue angle of 172.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFEC is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 236 | - |
| CMYK | 0.57 | 0 | 0.07 | 0 |
| HSL | 172.14º | 1% | 0.72% | - |
| HSV(B) | 172.14º | 0.57% | 1% | - |
| XYZ | 57.33 | 80.89 | 91.95 | - |
| YUV | 209.48 | 142.96 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 236 | 0.57 | 0 | 0.07 | 0 | 172.14 | 1 | 0.72 |
| Hex | 6E | FF | EC | 39 | 0 | 7 | 0 | AC | 64 | 48 |
| Octal | 156 | 377 | 354 | 71 | 0 | 7 | 0 | 254 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11101100 | 111001 | 0 | 111 | 0 | 10101100 | 1100100 | 1001000 |
Color Harmonies of #6EFFEC
Complementary color
Monochromatic Colors of #6EFFEC
Black with #6EFFEC
Text Example
Text Example
White with #6EFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFEC; }
p { color: rgb(110,255,236); }
H1.HeaderClassName
{
color: #6EFFEC;
}
.AnyTagClassName
{
color: #6EFFEC;
}
</style>
background-color css
<style>
a { background-color: #6EFFEC; }
a { background-color: rgb(110,255,236); }
div.DivClassName
{
background-color: #6EFFEC;
}
.BgClassName
{
background-color: #6EFFEC;
}
</style>
border-color css
<style>
span { border-color: #6EFFEC; }
span { border-color: rgb(110,255,236); }
td.TdClassName
{
border-color: #6EFFEC;
}
.TagClassName
{
border-color: #6EFFEC;
}
</style>