Shades of Onahau #CAEAEE
Tints of Onahau #CAEAEE
RGB
CMYK
RGB Variations
Color information
#CAEAEE (or 0xCAEAEE) is known color: Onahau. HEX triplet: CA, EA and EE. RGB value is (202,234,238). Sum of RGB (Red+Green+Blue) = 202+234+238=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAEE is #351511. Grayscale: #E0E0E0. Windows color (decimal): -3478802 or 15657674. OLE color: 15657674.
HSL color Cylindrical-coordinate representation of color #CAEAEE: hue angle of 186.67º degrees, saturation: 0.51, 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 #CAEAEE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 234 | 238 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.07 |
| HSL | 186.67º | 0.51% | 0.86% | - |
| HSV(B) | 186.67º | 0.15% | 0.93% | - |
| XYZ | 69.21 | 77.58 | 92.21 | - |
| YUV | 224.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 238 | 0.15 | 0.02 | 0 | 0.07 | 186.67 | 0.51 | 0.86 |
| Hex | CA | EA | EE | F | 2 | 0 | 7 | BB | 33 | 56 |
| Octal | 312 | 352 | 356 | 17 | 2 | 0 | 7 | 273 | 63 | 126 |
| Binary | 11001010 | 11101010 | 11101110 | 1111 | 10 | 0 | 111 | 10111011 | 110011 | 1010110 |
Color Harmonies of #CAEAEE
Complementary color
Monochromatic Colors of #CAEAEE
Black with #CAEAEE
Text Example
Text Example
White with #CAEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAEE; }
p { color: rgb(202,234,238); }
H1.HeaderClassName
{
color: #CAEAEE;
}
.AnyTagClassName
{
color: #CAEAEE;
}
</style>
background-color css
<style>
a { background-color: #CAEAEE; }
a { background-color: rgb(202,234,238); }
div.DivClassName
{
background-color: #CAEAEE;
}
.BgClassName
{
background-color: #CAEAEE;
}
</style>
border-color css
<style>
span { border-color: #CAEAEE; }
span { border-color: rgb(202,234,238); }
td.TdClassName
{
border-color: #CAEAEE;
}
.TagClassName
{
border-color: #CAEAEE;
}
</style>