Shades of Onahau #CAEDF6
Tints of Onahau #CAEDF6
RGB
CMYK
RGB Variations
Color information
#CAEDF6 (or 0xCAEDF6) is known color: Onahau. HEX triplet: CA, ED and F6. RGB value is (202,237,246). Sum of RGB (Red+Green+Blue) = 202+237+246=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDF6 is #351209. Grayscale: #E3E3E3. Windows color (decimal): -3478026 or 16182730. OLE color: 16182730.
HSL color Cylindrical-coordinate representation of color #CAEDF6: hue angle of 192.27º degrees, saturation: 0.71, 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 #CAEDF6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 237 | 246 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.04 |
| HSL | 192.27º | 0.71% | 0.88% | - |
| HSV(B) | 192.27º | 0.18% | 0.96% | - |
| XYZ | 71.28 | 79.78 | 98.83 | - |
| YUV | 227.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 246 | 0.18 | 0.04 | 0 | 0.04 | 192.27 | 0.71 | 0.88 |
| Hex | CA | ED | F6 | 12 | 4 | 0 | 4 | C0 | 47 | 58 |
| Octal | 312 | 355 | 366 | 22 | 4 | 0 | 4 | 300 | 107 | 130 |
| Binary | 11001010 | 11101101 | 11110110 | 10010 | 100 | 0 | 100 | 11000000 | 1000111 | 1011000 |
Color Harmonies of #CAEDF6
Complementary color
Monochromatic Colors of #CAEDF6
Black with #CAEDF6
Text Example
Text Example
White with #CAEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDF6; }
p { color: rgb(202,237,246); }
H1.HeaderClassName
{
color: #CAEDF6;
}
.AnyTagClassName
{
color: #CAEDF6;
}
</style>
background-color css
<style>
a { background-color: #CAEDF6; }
a { background-color: rgb(202,237,246); }
div.DivClassName
{
background-color: #CAEDF6;
}
.BgClassName
{
background-color: #CAEDF6;
}
</style>
border-color css
<style>
span { border-color: #CAEDF6; }
span { border-color: rgb(202,237,246); }
td.TdClassName
{
border-color: #CAEDF6;
}
.TagClassName
{
border-color: #CAEDF6;
}
</style>