Shades of Baby Blue #6EFAEC
Tints of Baby Blue #6EFAEC
RGB
CMYK
RGB Variations
Color information
#6EFAEC (or 0x6EFAEC) is known color: Baby Blue. HEX triplet: 6E, FA and EC. RGB value is (110,250,236). Sum of RGB (Red+Green+Blue) = 110+250+236=596 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.46% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAEC is #910513. Grayscale: #CECECE. Windows color (decimal): -9504020 or 15530606. OLE color: 15530606.
HSL color Cylindrical-coordinate representation of color #6EFAEC: hue angle of 174º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFAEC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 236 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.02 |
| HSL | 174º | 0.93% | 0.71% | - |
| HSV(B) | 174º | 0.56% | 0.98% | - |
| XYZ | 55.76 | 77.74 | 91.42 | - |
| YUV | 206.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 236 | 0.56 | 0 | 0.06 | 0.02 | 174 | 0.93 | 0.71 |
| Hex | 6E | FA | EC | 38 | 0 | 6 | 2 | AE | 5D | 47 |
| Octal | 156 | 372 | 354 | 70 | 0 | 6 | 2 | 256 | 135 | 107 |
| Binary | 1101110 | 11111010 | 11101100 | 111000 | 0 | 110 | 10 | 10101110 | 1011101 | 1000111 |
Color Harmonies of #6EFAEC
Complementary color
Monochromatic Colors of #6EFAEC
Black with #6EFAEC
Text Example
Text Example
White with #6EFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFAEC; }
p { color: rgb(110,250,236); }
H1.HeaderClassName
{
color: #6EFAEC;
}
.AnyTagClassName
{
color: #6EFAEC;
}
</style>
background-color css
<style>
a { background-color: #6EFAEC; }
a { background-color: rgb(110,250,236); }
div.DivClassName
{
background-color: #6EFAEC;
}
.BgClassName
{
background-color: #6EFAEC;
}
</style>
border-color css
<style>
span { border-color: #6EFAEC; }
span { border-color: rgb(110,250,236); }
td.TdClassName
{
border-color: #6EFAEC;
}
.TagClassName
{
border-color: #6EFAEC;
}
</style>