Shades of Onahau #CAEDF5
Tints of Onahau #CAEDF5
RGB
CMYK
RGB Variations
Color information
#CAEDF5 (or 0xCAEDF5) is known color: Onahau. HEX triplet: CA, ED and F5. RGB value is (202,237,245). Sum of RGB (Red+Green+Blue) = 202+237+245=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDF5 is #35120A. Grayscale: #E3E3E3. Windows color (decimal): -3478027 or 16117194. OLE color: 16117194.
HSL color Cylindrical-coordinate representation of color #CAEDF5: hue angle of 191.16º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEDF5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 237 | 245 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.04 |
| HSL | 191.16º | 0.68% | 0.88% | - |
| HSV(B) | 191.16º | 0.18% | 0.96% | - |
| XYZ | 71.12 | 79.72 | 98.02 | - |
| YUV | 227.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 245 | 0.18 | 0.03 | 0 | 0.04 | 191.16 | 0.68 | 0.88 |
| Hex | CA | ED | F5 | 12 | 3 | 0 | 4 | BF | 44 | 58 |
| Octal | 312 | 355 | 365 | 22 | 3 | 0 | 4 | 277 | 104 | 130 |
| Binary | 11001010 | 11101101 | 11110101 | 10010 | 11 | 0 | 100 | 10111111 | 1000100 | 1011000 |
Color Harmonies of #CAEDF5
Complementary color
Monochromatic Colors of #CAEDF5
Black with #CAEDF5
Text Example
Text Example
White with #CAEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDF5; }
p { color: rgb(202,237,245); }
H1.HeaderClassName
{
color: #CAEDF5;
}
.AnyTagClassName
{
color: #CAEDF5;
}
</style>
background-color css
<style>
a { background-color: #CAEDF5; }
a { background-color: rgb(202,237,245); }
div.DivClassName
{
background-color: #CAEDF5;
}
.BgClassName
{
background-color: #CAEDF5;
}
</style>
border-color css
<style>
span { border-color: #CAEDF5; }
span { border-color: rgb(202,237,245); }
td.TdClassName
{
border-color: #CAEDF5;
}
.TagClassName
{
border-color: #CAEDF5;
}
</style>