Shades of Baby Blue #6FFCEC
Tints of Baby Blue #6FFCEC
RGB
CMYK
RGB Variations
Color information
#6FFCEC (or 0x6FFCEC) is known color: Baby Blue. HEX triplet: 6F, FC and EC. RGB value is (111,252,236). Sum of RGB (Red+Green+Blue) = 111+252+236=599 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.53% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCEC is #900313. Grayscale: #CFCFCF. Windows color (decimal): -9437972 or 15531119. OLE color: 15531119.
HSL color Cylindrical-coordinate representation of color #6FFCEC: hue angle of 173.19º 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 #6FFCEC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 236 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.01 |
| HSL | 173.19º | 0.96% | 0.71% | - |
| HSV(B) | 173.19º | 0.56% | 0.99% | - |
| XYZ | 56.51 | 79.06 | 91.64 | - |
| YUV | 208.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 236 | 0.56 | 0 | 0.06 | 0.01 | 173.19 | 0.96 | 0.71 |
| Hex | 6F | FC | EC | 38 | 0 | 6 | 1 | AD | 60 | 47 |
| Octal | 157 | 374 | 354 | 70 | 0 | 6 | 1 | 255 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11101100 | 111000 | 0 | 110 | 1 | 10101101 | 1100000 | 1000111 |
Color Harmonies of #6FFCEC
Complementary color
Monochromatic Colors of #6FFCEC
Black with #6FFCEC
Text Example
Text Example
White with #6FFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCEC; }
p { color: rgb(111,252,236); }
H1.HeaderClassName
{
color: #6FFCEC;
}
.AnyTagClassName
{
color: #6FFCEC;
}
</style>
background-color css
<style>
a { background-color: #6FFCEC; }
a { background-color: rgb(111,252,236); }
div.DivClassName
{
background-color: #6FFCEC;
}
.BgClassName
{
background-color: #6FFCEC;
}
</style>
border-color css
<style>
span { border-color: #6FFCEC; }
span { border-color: rgb(111,252,236); }
td.TdClassName
{
border-color: #6FFCEC;
}
.TagClassName
{
border-color: #6FFCEC;
}
</style>