Shades of Onahau #CEE9EE
Tints of Onahau #CEE9EE
RGB
CMYK
RGB Variations
Color information
#CEE9EE (or 0xCEE9EE) is known color: Onahau. HEX triplet: CE, E9 and EE. RGB value is (206,233,238). Sum of RGB (Red+Green+Blue) = 206+233+238=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9EE is #311611. Grayscale: #E1E1E1. Windows color (decimal): -3216914 or 15657422. OLE color: 15657422.
HSL color Cylindrical-coordinate representation of color #CEE9EE: hue angle of 189.38º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE9EE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 233 | 238 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.07 |
| HSL | 189.38º | 0.48% | 0.87% | - |
| HSV(B) | 189.38º | 0.13% | 0.93% | - |
| XYZ | 70.03 | 77.57 | 92.17 | - |
| YUV | 225.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 238 | 0.13 | 0.02 | 0 | 0.07 | 189.38 | 0.48 | 0.87 |
| Hex | CE | E9 | EE | D | 2 | 0 | 7 | BD | 30 | 57 |
| Octal | 316 | 351 | 356 | 15 | 2 | 0 | 7 | 275 | 60 | 127 |
| Binary | 11001110 | 11101001 | 11101110 | 1101 | 10 | 0 | 111 | 10111101 | 110000 | 1010111 |
Color Harmonies of #CEE9EE
Complementary color
Monochromatic Colors of #CEE9EE
Black with #CEE9EE
Text Example
Text Example
White with #CEE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9EE; }
p { color: rgb(206,233,238); }
H1.HeaderClassName
{
color: #CEE9EE;
}
.AnyTagClassName
{
color: #CEE9EE;
}
</style>
background-color css
<style>
a { background-color: #CEE9EE; }
a { background-color: rgb(206,233,238); }
div.DivClassName
{
background-color: #CEE9EE;
}
.BgClassName
{
background-color: #CEE9EE;
}
</style>
border-color css
<style>
span { border-color: #CEE9EE; }
span { border-color: rgb(206,233,238); }
td.TdClassName
{
border-color: #CEE9EE;
}
.TagClassName
{
border-color: #CEE9EE;
}
</style>