Shades of Onahau #CAE9ED
Tints of Onahau #CAE9ED
RGB
CMYK
RGB Variations
Color information
#CAE9ED (or 0xCAE9ED) is known color: Onahau. HEX triplet: CA, E9 and ED. RGB value is (202,233,237). Sum of RGB (Red+Green+Blue) = 202+233+237=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9ED is #351612. Grayscale: #E0E0E0. Windows color (decimal): -3479059 or 15591882. OLE color: 15591882.
HSL color Cylindrical-coordinate representation of color #CAE9ED: hue angle of 186.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE9ED is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 233 | 237 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.07 |
| HSL | 186.86º | 0.49% | 0.86% | - |
| HSV(B) | 186.86º | 0.15% | 0.93% | - |
| XYZ | 68.78 | 76.95 | 91.35 | - |
| YUV | 224.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 237 | 0.15 | 0.02 | 0 | 0.07 | 186.86 | 0.49 | 0.86 |
| Hex | CA | E9 | ED | F | 2 | 0 | 7 | BB | 31 | 56 |
| Octal | 312 | 351 | 355 | 17 | 2 | 0 | 7 | 273 | 61 | 126 |
| Binary | 11001010 | 11101001 | 11101101 | 1111 | 10 | 0 | 111 | 10111011 | 110001 | 1010110 |
Color Harmonies of #CAE9ED
Complementary color
Monochromatic Colors of #CAE9ED
Black with #CAE9ED
Text Example
Text Example
White with #CAE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9ED; }
p { color: rgb(202,233,237); }
H1.HeaderClassName
{
color: #CAE9ED;
}
.AnyTagClassName
{
color: #CAE9ED;
}
</style>
background-color css
<style>
a { background-color: #CAE9ED; }
a { background-color: rgb(202,233,237); }
div.DivClassName
{
background-color: #CAE9ED;
}
.BgClassName
{
background-color: #CAE9ED;
}
</style>
border-color css
<style>
span { border-color: #CAE9ED; }
span { border-color: rgb(202,233,237); }
td.TdClassName
{
border-color: #CAE9ED;
}
.TagClassName
{
border-color: #CAE9ED;
}
</style>