Shades of Baby Blue #6CFFEC
Tints of Baby Blue #6CFFEC
RGB
CMYK
RGB Variations
Color information
#6CFFEC (or 0x6CFFEC) is known color: Baby Blue. HEX triplet: 6C, FF and EC. RGB value is (108,255,236). Sum of RGB (Red+Green+Blue) = 108+255+236=599 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.03% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFEC is #930013. Grayscale: #D0D0D0. Windows color (decimal): -9633812 or 15531884. OLE color: 15531884.
HSL color Cylindrical-coordinate representation of color #6CFFEC: hue angle of 172.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFEC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 236 | - |
| CMYK | 0.58 | 0 | 0.07 | 0 |
| HSL | 172.24º | 1% | 0.71% | - |
| HSV(B) | 172.24º | 0.58% | 1% | - |
| XYZ | 57.08 | 80.76 | 91.94 | - |
| YUV | 208.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 236 | 0.58 | 0 | 0.07 | 0 | 172.24 | 1 | 0.71 |
| Hex | 6C | FF | EC | 3A | 0 | 7 | 0 | AC | 64 | 47 |
| Octal | 154 | 377 | 354 | 72 | 0 | 7 | 0 | 254 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11101100 | 111010 | 0 | 111 | 0 | 10101100 | 1100100 | 1000111 |
Color Harmonies of #6CFFEC
Complementary color
Monochromatic Colors of #6CFFEC
Black with #6CFFEC
Text Example
Text Example
White with #6CFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFEC; }
p { color: rgb(108,255,236); }
H1.HeaderClassName
{
color: #6CFFEC;
}
.AnyTagClassName
{
color: #6CFFEC;
}
</style>
background-color css
<style>
a { background-color: #6CFFEC; }
a { background-color: rgb(108,255,236); }
div.DivClassName
{
background-color: #6CFFEC;
}
.BgClassName
{
background-color: #6CFFEC;
}
</style>
border-color css
<style>
span { border-color: #6CFFEC; }
span { border-color: rgb(108,255,236); }
td.TdClassName
{
border-color: #6CFFEC;
}
.TagClassName
{
border-color: #6CFFEC;
}
</style>