Shades of Onahau #CAEDF2
Tints of Onahau #CAEDF2
RGB
CMYK
RGB Variations
Color information
#CAEDF2 (or 0xCAEDF2) is known color: Onahau. HEX triplet: CA, ED and F2. RGB value is (202,237,242). Sum of RGB (Red+Green+Blue) = 202+237+242=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDF2 is #35120D. Grayscale: #E3E3E3. Windows color (decimal): -3478030 or 15920586. OLE color: 15920586.
HSL color Cylindrical-coordinate representation of color #CAEDF2: hue angle of 187.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEDF2 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 237 | 242 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.05 |
| HSL | 187.5º | 0.61% | 0.87% | - |
| HSV(B) | 187.5º | 0.17% | 0.95% | - |
| XYZ | 70.67 | 79.54 | 95.63 | - |
| YUV | 227.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 242 | 0.17 | 0.02 | 0 | 0.05 | 187.5 | 0.61 | 0.87 |
| Hex | CA | ED | F2 | 11 | 2 | 0 | 5 | BC | 3D | 57 |
| Octal | 312 | 355 | 362 | 21 | 2 | 0 | 5 | 274 | 75 | 127 |
| Binary | 11001010 | 11101101 | 11110010 | 10001 | 10 | 0 | 101 | 10111100 | 111101 | 1010111 |
Color Harmonies of #CAEDF2
Complementary color
Monochromatic Colors of #CAEDF2
Black with #CAEDF2
Text Example
Text Example
White with #CAEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDF2; }
p { color: rgb(202,237,242); }
H1.HeaderClassName
{
color: #CAEDF2;
}
.AnyTagClassName
{
color: #CAEDF2;
}
</style>
background-color css
<style>
a { background-color: #CAEDF2; }
a { background-color: rgb(202,237,242); }
div.DivClassName
{
background-color: #CAEDF2;
}
.BgClassName
{
background-color: #CAEDF2;
}
</style>
border-color css
<style>
span { border-color: #CAEDF2; }
span { border-color: rgb(202,237,242); }
td.TdClassName
{
border-color: #CAEDF2;
}
.TagClassName
{
border-color: #CAEDF2;
}
</style>