Shades of Onahau #CAF0FA
Tints of Onahau #CAF0FA
RGB
CMYK
RGB Variations
Color information
#CAF0FA (or 0xCAF0FA) is known color: Onahau. HEX triplet: CA, F0 and FA. RGB value is (202,240,250). Sum of RGB (Red+Green+Blue) = 202+240+250=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0FA is #350F05. Grayscale: #E5E5E5. Windows color (decimal): -3477254 or 16445642. OLE color: 16445642.
HSL color Cylindrical-coordinate representation of color #CAF0FA: hue angle of 192.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF0FA is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 240 | 250 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.02 |
| HSL | 192.5º | 0.83% | 0.89% | - |
| HSV(B) | 192.5º | 0.19% | 0.98% | - |
| XYZ | 72.77 | 81.78 | 102.39 | - |
| YUV | 229.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 250 | 0.19 | 0.04 | 0 | 0.02 | 192.5 | 0.83 | 0.89 |
| Hex | CA | F0 | FA | 13 | 4 | 0 | 2 | C0 | 53 | 59 |
| Octal | 312 | 360 | 372 | 23 | 4 | 0 | 2 | 300 | 123 | 131 |
| Binary | 11001010 | 11110000 | 11111010 | 10011 | 100 | 0 | 10 | 11000000 | 1010011 | 1011001 |
Color Harmonies of #CAF0FA
Complementary color
Monochromatic Colors of #CAF0FA
Black with #CAF0FA
Text Example
Text Example
White with #CAF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0FA; }
p { color: rgb(202,240,250); }
H1.HeaderClassName
{
color: #CAF0FA;
}
.AnyTagClassName
{
color: #CAF0FA;
}
</style>
background-color css
<style>
a { background-color: #CAF0FA; }
a { background-color: rgb(202,240,250); }
div.DivClassName
{
background-color: #CAF0FA;
}
.BgClassName
{
background-color: #CAF0FA;
}
</style>
border-color css
<style>
span { border-color: #CAF0FA; }
span { border-color: rgb(202,240,250); }
td.TdClassName
{
border-color: #CAF0FA;
}
.TagClassName
{
border-color: #CAF0FA;
}
</style>