Shades of Onahau #CAEDF8
Tints of Onahau #CAEDF8
RGB
CMYK
RGB Variations
Color information
#CAEDF8 (or 0xCAEDF8) is known color: Onahau. HEX triplet: CA, ED and F8. RGB value is (202,237,248). Sum of RGB (Red+Green+Blue) = 202+237+248=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDF8 is #351207. Grayscale: #E3E3E3. Windows color (decimal): -3478024 or 16313802. OLE color: 16313802.
HSL color Cylindrical-coordinate representation of color #CAEDF8: hue angle of 194.35º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEDF8 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 237 | 248 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.03 |
| HSL | 194.35º | 0.77% | 0.88% | - |
| HSV(B) | 194.35º | 0.19% | 0.97% | - |
| XYZ | 71.58 | 79.9 | 100.46 | - |
| YUV | 227.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 248 | 0.19 | 0.04 | 0 | 0.03 | 194.35 | 0.77 | 0.88 |
| Hex | CA | ED | F8 | 13 | 4 | 0 | 3 | C2 | 4D | 58 |
| Octal | 312 | 355 | 370 | 23 | 4 | 0 | 3 | 302 | 115 | 130 |
| Binary | 11001010 | 11101101 | 11111000 | 10011 | 100 | 0 | 11 | 11000010 | 1001101 | 1011000 |
Color Harmonies of #CAEDF8
Complementary color
Monochromatic Colors of #CAEDF8
Black with #CAEDF8
Text Example
Text Example
White with #CAEDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDF8; }
p { color: rgb(202,237,248); }
H1.HeaderClassName
{
color: #CAEDF8;
}
.AnyTagClassName
{
color: #CAEDF8;
}
</style>
background-color css
<style>
a { background-color: #CAEDF8; }
a { background-color: rgb(202,237,248); }
div.DivClassName
{
background-color: #CAEDF8;
}
.BgClassName
{
background-color: #CAEDF8;
}
</style>
border-color css
<style>
span { border-color: #CAEDF8; }
span { border-color: rgb(202,237,248); }
td.TdClassName
{
border-color: #CAEDF8;
}
.TagClassName
{
border-color: #CAEDF8;
}
</style>