Shades of Onahau #CAF4FA
Tints of Onahau #CAF4FA
RGB
CMYK
RGB Variations
Color information
#CAF4FA (or 0xCAF4FA) is known color: Onahau. HEX triplet: CA, F4 and FA. RGB value is (202,244,250). Sum of RGB (Red+Green+Blue) = 202+244+250=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4FA is #350B05. Grayscale: #E8E8E8. Windows color (decimal): -3476230 or 16446666. OLE color: 16446666.
HSL color Cylindrical-coordinate representation of color #CAF4FA: hue angle of 187.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 #CAF4FA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 244 | 250 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.02 |
| HSL | 187.5º | 0.83% | 0.89% | - |
| HSV(B) | 187.5º | 0.19% | 0.98% | - |
| XYZ | 73.96 | 84.16 | 102.79 | - |
| YUV | 232.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 250 | 0.19 | 0.02 | 0 | 0.02 | 187.5 | 0.83 | 0.89 |
| Hex | CA | F4 | FA | 13 | 2 | 0 | 2 | BC | 53 | 59 |
| Octal | 312 | 364 | 372 | 23 | 2 | 0 | 2 | 274 | 123 | 131 |
| Binary | 11001010 | 11110100 | 11111010 | 10011 | 10 | 0 | 10 | 10111100 | 1010011 | 1011001 |
Color Harmonies of #CAF4FA
Complementary color
Monochromatic Colors of #CAF4FA
Black with #CAF4FA
Text Example
Text Example
White with #CAF4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4FA; }
p { color: rgb(202,244,250); }
H1.HeaderClassName
{
color: #CAF4FA;
}
.AnyTagClassName
{
color: #CAF4FA;
}
</style>
background-color css
<style>
a { background-color: #CAF4FA; }
a { background-color: rgb(202,244,250); }
div.DivClassName
{
background-color: #CAF4FA;
}
.BgClassName
{
background-color: #CAF4FA;
}
</style>
border-color css
<style>
span { border-color: #CAF4FA; }
span { border-color: rgb(202,244,250); }
td.TdClassName
{
border-color: #CAF4FA;
}
.TagClassName
{
border-color: #CAF4FA;
}
</style>