Shades of Onahau #CAF4FF
Tints of Onahau #CAF4FF
RGB
CMYK
RGB Variations
Color information
#CAF4FF (or 0xCAF4FF) is known color: Onahau. HEX triplet: CA, F4 and FF. RGB value is (202,244,255). Sum of RGB (Red+Green+Blue) = 202+244+255=701 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.82% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4FF is #350B00. Grayscale: #E8E8E8. Windows color (decimal): -3476225 or 16774346. OLE color: 16774346.
HSL color Cylindrical-coordinate representation of color #CAF4FF: hue angle of 192.45º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF4FF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 244 | 255 | - |
| CMYK | 0.21 | 0.04 | 0 | 0 |
| HSL | 192.45º | 1% | 0.9% | - |
| HSV(B) | 192.45º | 0.21% | 1% | - |
| XYZ | 74.76 | 84.48 | 106.97 | - |
| YUV | 232.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 255 | 0.21 | 0.04 | 0 | 0 | 192.45 | 1 | 0.9 |
| Hex | CA | F4 | FF | 15 | 4 | 0 | 0 | C0 | 64 | 5A |
| Octal | 312 | 364 | 377 | 25 | 4 | 0 | 0 | 300 | 144 | 132 |
| Binary | 11001010 | 11110100 | 11111111 | 10101 | 100 | 0 | 0 | 11000000 | 1100100 | 1011010 |
Color Harmonies of #CAF4FF
Complementary color
Monochromatic Colors of #CAF4FF
Black with #CAF4FF
Text Example
Text Example
White with #CAF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4FF; }
p { color: rgb(202,244,255); }
H1.HeaderClassName
{
color: #CAF4FF;
}
.AnyTagClassName
{
color: #CAF4FF;
}
</style>
background-color css
<style>
a { background-color: #CAF4FF; }
a { background-color: rgb(202,244,255); }
div.DivClassName
{
background-color: #CAF4FF;
}
.BgClassName
{
background-color: #CAF4FF;
}
</style>
border-color css
<style>
span { border-color: #CAF4FF; }
span { border-color: rgb(202,244,255); }
td.TdClassName
{
border-color: #CAF4FF;
}
.TagClassName
{
border-color: #CAF4FF;
}
</style>