Shades of Baby Blue #6EFCEC
Tints of Baby Blue #6EFCEC
RGB
CMYK
RGB Variations
Color information
#6EFCEC (or 0x6EFCEC) is known color: Baby Blue. HEX triplet: 6E, FC and EC. RGB value is (110,252,236). Sum of RGB (Red+Green+Blue) = 110+252+236=598 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.39% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFCEC is #910313. Grayscale: #CFCFCF. Windows color (decimal): -9503508 or 15531118. OLE color: 15531118.
HSL color Cylindrical-coordinate representation of color #6EFCEC: hue angle of 173.24º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFCEC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 236 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.01 |
| HSL | 173.24º | 0.96% | 0.71% | - |
| HSV(B) | 173.24º | 0.56% | 0.99% | - |
| XYZ | 56.38 | 78.99 | 91.63 | - |
| YUV | 207.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 236 | 0.56 | 0 | 0.06 | 0.01 | 173.24 | 0.96 | 0.71 |
| Hex | 6E | FC | EC | 38 | 0 | 6 | 1 | AD | 60 | 47 |
| Octal | 156 | 374 | 354 | 70 | 0 | 6 | 1 | 255 | 140 | 107 |
| Binary | 1101110 | 11111100 | 11101100 | 111000 | 0 | 110 | 1 | 10101101 | 1100000 | 1000111 |
Color Harmonies of #6EFCEC
Complementary color
Monochromatic Colors of #6EFCEC
Black with #6EFCEC
Text Example
Text Example
White with #6EFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFCEC; }
p { color: rgb(110,252,236); }
H1.HeaderClassName
{
color: #6EFCEC;
}
.AnyTagClassName
{
color: #6EFCEC;
}
</style>
background-color css
<style>
a { background-color: #6EFCEC; }
a { background-color: rgb(110,252,236); }
div.DivClassName
{
background-color: #6EFCEC;
}
.BgClassName
{
background-color: #6EFCEC;
}
</style>
border-color css
<style>
span { border-color: #6EFCEC; }
span { border-color: rgb(110,252,236); }
td.TdClassName
{
border-color: #6EFCEC;
}
.TagClassName
{
border-color: #6EFCEC;
}
</style>