Shades of Onahau #CAEDF1
Tints of Onahau #CAEDF1
RGB
CMYK
RGB Variations
Color information
#CAEDF1 (or 0xCAEDF1) is known color: Onahau. HEX triplet: CA, ED and F1. RGB value is (202,237,241). Sum of RGB (Red+Green+Blue) = 202+237+241=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDF1 is #35120E. Grayscale: #E2E2E2. Windows color (decimal): -3478031 or 15855050. OLE color: 15855050.
HSL color Cylindrical-coordinate representation of color #CAEDF1: hue angle of 186.15º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEDF1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 237 | 241 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.05 |
| HSL | 186.15º | 0.58% | 0.87% | - |
| HSV(B) | 186.15º | 0.16% | 0.95% | - |
| XYZ | 70.52 | 79.48 | 94.84 | - |
| YUV | 226.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 241 | 0.16 | 0.02 | 0 | 0.05 | 186.15 | 0.58 | 0.87 |
| Hex | CA | ED | F1 | 10 | 2 | 0 | 5 | BA | 3A | 57 |
| Octal | 312 | 355 | 361 | 20 | 2 | 0 | 5 | 272 | 72 | 127 |
| Binary | 11001010 | 11101101 | 11110001 | 10000 | 10 | 0 | 101 | 10111010 | 111010 | 1010111 |
Color Harmonies of #CAEDF1
Complementary color
Monochromatic Colors of #CAEDF1
Black with #CAEDF1
Text Example
Text Example
White with #CAEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDF1; }
p { color: rgb(202,237,241); }
H1.HeaderClassName
{
color: #CAEDF1;
}
.AnyTagClassName
{
color: #CAEDF1;
}
</style>
background-color css
<style>
a { background-color: #CAEDF1; }
a { background-color: rgb(202,237,241); }
div.DivClassName
{
background-color: #CAEDF1;
}
.BgClassName
{
background-color: #CAEDF1;
}
</style>
border-color css
<style>
span { border-color: #CAEDF1; }
span { border-color: rgb(202,237,241); }
td.TdClassName
{
border-color: #CAEDF1;
}
.TagClassName
{
border-color: #CAEDF1;
}
</style>