Shades of Baby Blue #6EFFEE
Tints of Baby Blue #6EFFEE
RGB
CMYK
RGB Variations
Color information
#6EFFEE (or 0x6EFFEE) is known color: Baby Blue. HEX triplet: 6E, FF and EE. RGB value is (110,255,238). Sum of RGB (Red+Green+Blue) = 110+255+238=603 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.24% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFEE is #910011. Grayscale: #D1D1D1. Windows color (decimal): -9502738 or 15662958. OLE color: 15662958.
HSL color Cylindrical-coordinate representation of color #6EFFEE: hue angle of 172.97º 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 #6EFFEE is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 238 | - |
| CMYK | 0.57 | 0 | 0.07 | 0 |
| HSL | 172.97º | 1% | 0.72% | - |
| HSV(B) | 172.97º | 0.57% | 1% | - |
| XYZ | 57.62 | 81.01 | 93.49 | - |
| YUV | 209.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 238 | 0.57 | 0 | 0.07 | 0 | 172.97 | 1 | 0.72 |
| Hex | 6E | FF | EE | 39 | 0 | 7 | 0 | AD | 64 | 48 |
| Octal | 156 | 377 | 356 | 71 | 0 | 7 | 0 | 255 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11101110 | 111001 | 0 | 111 | 0 | 10101101 | 1100100 | 1001000 |
Color Harmonies of #6EFFEE
Complementary color
Monochromatic Colors of #6EFFEE
Black with #6EFFEE
Text Example
Text Example
White with #6EFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFEE; }
p { color: rgb(110,255,238); }
H1.HeaderClassName
{
color: #6EFFEE;
}
.AnyTagClassName
{
color: #6EFFEE;
}
</style>
background-color css
<style>
a { background-color: #6EFFEE; }
a { background-color: rgb(110,255,238); }
div.DivClassName
{
background-color: #6EFFEE;
}
.BgClassName
{
background-color: #6EFFEE;
}
</style>
border-color css
<style>
span { border-color: #6EFFEE; }
span { border-color: rgb(110,255,238); }
td.TdClassName
{
border-color: #6EFFEE;
}
.TagClassName
{
border-color: #6EFFEE;
}
</style>