Shades of Onahau #CEE5EA
Tints of Onahau #CEE5EA
RGB
CMYK
RGB Variations
Color information
#CEE5EA (or 0xCEE5EA) is known color: Onahau. HEX triplet: CE, E5 and EA. RGB value is (206,229,234). Sum of RGB (Red+Green+Blue) = 206+229+234=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5EA is #311A15. Grayscale: #DEDEDE. Windows color (decimal): -3217942 or 15394254. OLE color: 15394254.
HSL color Cylindrical-coordinate representation of color #CEE5EA: hue angle of 190.71º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE5EA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 229 | 234 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.08 |
| HSL | 190.71º | 0.4% | 0.86% | - |
| HSV(B) | 190.71º | 0.12% | 0.92% | - |
| XYZ | 68.32 | 75.1 | 88.74 | - |
| YUV | 222.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 234 | 0.12 | 0.02 | 0 | 0.08 | 190.71 | 0.4 | 0.86 |
| Hex | CE | E5 | EA | C | 2 | 0 | 8 | BF | 28 | 56 |
| Octal | 316 | 345 | 352 | 14 | 2 | 0 | 10 | 277 | 50 | 126 |
| Binary | 11001110 | 11100101 | 11101010 | 1100 | 10 | 0 | 1000 | 10111111 | 101000 | 1010110 |
Color Harmonies of #CEE5EA
Complementary color
Monochromatic Colors of #CEE5EA
Black with #CEE5EA
Text Example
Text Example
White with #CEE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5EA; }
p { color: rgb(206,229,234); }
H1.HeaderClassName
{
color: #CEE5EA;
}
.AnyTagClassName
{
color: #CEE5EA;
}
</style>
background-color css
<style>
a { background-color: #CEE5EA; }
a { background-color: rgb(206,229,234); }
div.DivClassName
{
background-color: #CEE5EA;
}
.BgClassName
{
background-color: #CEE5EA;
}
</style>
border-color css
<style>
span { border-color: #CEE5EA; }
span { border-color: rgb(206,229,234); }
td.TdClassName
{
border-color: #CEE5EA;
}
.TagClassName
{
border-color: #CEE5EA;
}
</style>