Shades of Onahau #CAEEF9
Tints of Onahau #CAEEF9
RGB
CMYK
RGB Variations
Color information
#CAEEF9 (or 0xCAEEF9) is known color: Onahau. HEX triplet: CA, EE and F9. RGB value is (202,238,249). Sum of RGB (Red+Green+Blue) = 202+238+249=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF9 is #351106. Grayscale: #E4E4E4. Windows color (decimal): -3477767 or 16379594. OLE color: 16379594.
HSL color Cylindrical-coordinate representation of color #CAEEF9: hue angle of 194.04º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEEF9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 238 | 249 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.02 |
| HSL | 194.04º | 0.8% | 0.88% | - |
| HSV(B) | 194.04º | 0.19% | 0.98% | - |
| XYZ | 72.03 | 80.55 | 101.37 | - |
| YUV | 228.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 249 | 0.19 | 0.04 | 0 | 0.02 | 194.04 | 0.8 | 0.88 |
| Hex | CA | EE | F9 | 13 | 4 | 0 | 2 | C2 | 50 | 58 |
| Octal | 312 | 356 | 371 | 23 | 4 | 0 | 2 | 302 | 120 | 130 |
| Binary | 11001010 | 11101110 | 11111001 | 10011 | 100 | 0 | 10 | 11000010 | 1010000 | 1011000 |
Color Harmonies of #CAEEF9
Complementary color
Monochromatic Colors of #CAEEF9
Black with #CAEEF9
Text Example
Text Example
White with #CAEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEF9; }
p { color: rgb(202,238,249); }
H1.HeaderClassName
{
color: #CAEEF9;
}
.AnyTagClassName
{
color: #CAEEF9;
}
</style>
background-color css
<style>
a { background-color: #CAEEF9; }
a { background-color: rgb(202,238,249); }
div.DivClassName
{
background-color: #CAEEF9;
}
.BgClassName
{
background-color: #CAEEF9;
}
</style>
border-color css
<style>
span { border-color: #CAEEF9; }
span { border-color: rgb(202,238,249); }
td.TdClassName
{
border-color: #CAEEF9;
}
.TagClassName
{
border-color: #CAEEF9;
}
</style>