Shades of Onahau #CAF0F9
Tints of Onahau #CAF0F9
RGB
CMYK
RGB Variations
Color information
#CAF0F9 (or 0xCAF0F9) is known color: Onahau. HEX triplet: CA, F0 and F9. RGB value is (202,240,249). Sum of RGB (Red+Green+Blue) = 202+240+249=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAF0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0F9 is #350F06. Grayscale: #E5E5E5. Windows color (decimal): -3477255 or 16380106. OLE color: 16380106.
HSL color Cylindrical-coordinate representation of color #CAF0F9: hue angle of 191.49º 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 #CAF0F9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 240 | 249 | - |
CMYK | 0.19 | 0.04 | 0 | 0.02 |
HSL | 191.49º | 0.8% | 0.88% | - |
HSV(B) | 191.49º | 0.19% | 0.98% | - |
XYZ | 72.62 | 81.72 | 101.57 | - |
YUV | 229.66 | 138.91 | 108.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 240 | 249 | 0.19 | 0.04 | 0 | 0.02 | 191.49 | 0.8 | 0.88 |
Hex | CA | F0 | F9 | 13 | 4 | 0 | 2 | BF | 50 | 58 |
Octal | 312 | 360 | 371 | 23 | 4 | 0 | 2 | 277 | 120 | 130 |
Binary | 11001010 | 11110000 | 11111001 | 10011 | 100 | 0 | 10 | 10111111 | 1010000 | 1011000 |
Color Harmonies of #CAF0F9
Complementary color
Monochromatic Colors of #CAF0F9
Black with #CAF0F9
Text Example
Text Example
White with #CAF0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0F9; }
p { color: rgb(202,240,249); }
H1.HeaderClassName
{
color: #CAF0F9;
}
.AnyTagClassName
{
color: #CAF0F9;
}
</style>
background-color css
<style>
a { background-color: #CAF0F9; }
a { background-color: rgb(202,240,249); }
div.DivClassName
{
background-color: #CAF0F9;
}
.BgClassName
{
background-color: #CAF0F9;
}
</style>
border-color css
<style>
span { border-color: #CAF0F9; }
span { border-color: rgb(202,240,249); }
td.TdClassName
{
border-color: #CAF0F9;
}
.TagClassName
{
border-color: #CAF0F9;
}
</style>