Shades of Onahau #CAF6FF
Tints of Onahau #CAF6FF
RGB
CMYK
RGB Variations
Color information
#CAF6FF (or 0xCAF6FF) is known color: Onahau. HEX triplet: CA, F6 and FF. RGB value is (202,246,255). Sum of RGB (Red+Green+Blue) = 202+246+255=703 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.73% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF6FF is #350900. Grayscale: #E9E9E9. Windows color (decimal): -3475713 or 16774858. OLE color: 16774858.
HSL color Cylindrical-coordinate representation of color #CAF6FF: hue angle of 190.19º 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 #CAF6FF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 246 | 255 | - |
| CMYK | 0.21 | 0.04 | 0 | 0 |
| HSL | 190.19º | 1% | 0.9% | - |
| HSV(B) | 190.19º | 0.21% | 1% | - |
| XYZ | 75.36 | 85.69 | 107.18 | - |
| YUV | 233.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 255 | 0.21 | 0.04 | 0 | 0 | 190.19 | 1 | 0.9 |
| Hex | CA | F6 | FF | 15 | 4 | 0 | 0 | BE | 64 | 5A |
| Octal | 312 | 366 | 377 | 25 | 4 | 0 | 0 | 276 | 144 | 132 |
| Binary | 11001010 | 11110110 | 11111111 | 10101 | 100 | 0 | 0 | 10111110 | 1100100 | 1011010 |
Color Harmonies of #CAF6FF
Complementary color
Monochromatic Colors of #CAF6FF
Black with #CAF6FF
Text Example
Text Example
White with #CAF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6FF; }
p { color: rgb(202,246,255); }
H1.HeaderClassName
{
color: #CAF6FF;
}
.AnyTagClassName
{
color: #CAF6FF;
}
</style>
background-color css
<style>
a { background-color: #CAF6FF; }
a { background-color: rgb(202,246,255); }
div.DivClassName
{
background-color: #CAF6FF;
}
.BgClassName
{
background-color: #CAF6FF;
}
</style>
border-color css
<style>
span { border-color: #CAF6FF; }
span { border-color: rgb(202,246,255); }
td.TdClassName
{
border-color: #CAF6FF;
}
.TagClassName
{
border-color: #CAF6FF;
}
</style>