Shades of Baby Blue #6EFFE8
Tints of Baby Blue #6EFFE8
RGB
CMYK
RGB Variations
Color information
#6EFFE8 (or 0x6EFFE8) is known color: Baby Blue. HEX triplet: 6E, FF and E8. RGB value is (110,255,232). Sum of RGB (Red+Green+Blue) = 110+255+232=597 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.43% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFE8 is #910017. Grayscale: #D0D0D0. Windows color (decimal): -9502744 or 15269742. OLE color: 15269742.
HSL color Cylindrical-coordinate representation of color #6EFFE8: hue angle of 170.48º 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 #6EFFE8 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 232 | - |
| CMYK | 0.57 | 0 | 0.09 | 0 |
| HSL | 170.48º | 1% | 0.72% | - |
| HSV(B) | 170.48º | 0.57% | 1% | - |
| XYZ | 56.76 | 80.66 | 88.92 | - |
| YUV | 209.02 | 140.96 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 232 | 0.57 | 0 | 0.09 | 0 | 170.48 | 1 | 0.72 |
| Hex | 6E | FF | E8 | 39 | 0 | 9 | 0 | AA | 64 | 48 |
| Octal | 156 | 377 | 350 | 71 | 0 | 11 | 0 | 252 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11101000 | 111001 | 0 | 1001 | 0 | 10101010 | 1100100 | 1001000 |
Color Harmonies of #6EFFE8
Complementary color
Monochromatic Colors of #6EFFE8
Black with #6EFFE8
Text Example
Text Example
White with #6EFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFE8; }
p { color: rgb(110,255,232); }
H1.HeaderClassName
{
color: #6EFFE8;
}
.AnyTagClassName
{
color: #6EFFE8;
}
</style>
background-color css
<style>
a { background-color: #6EFFE8; }
a { background-color: rgb(110,255,232); }
div.DivClassName
{
background-color: #6EFFE8;
}
.BgClassName
{
background-color: #6EFFE8;
}
</style>
border-color css
<style>
span { border-color: #6EFFE8; }
span { border-color: rgb(110,255,232); }
td.TdClassName
{
border-color: #6EFFE8;
}
.TagClassName
{
border-color: #6EFFE8;
}
</style>