Shades of Onahau #CAEEF7
Tints of Onahau #CAEEF7
RGB
CMYK
RGB Variations
Color information
#CAEEF7 (or 0xCAEEF7) is known color: Onahau. HEX triplet: CA, EE and F7. RGB value is (202,238,247). Sum of RGB (Red+Green+Blue) = 202+238+247=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF7 is #351108. Grayscale: #E4E4E4. Windows color (decimal): -3477769 or 16248522. OLE color: 16248522.
HSL color Cylindrical-coordinate representation of color #CAEEF7: hue angle of 192º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEEF7 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 238 | 247 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.03 |
| HSL | 192º | 0.74% | 0.88% | - |
| HSV(B) | 192º | 0.18% | 0.97% | - |
| XYZ | 71.72 | 80.42 | 99.74 | - |
| YUV | 228.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 247 | 0.18 | 0.04 | 0 | 0.03 | 192 | 0.74 | 0.88 |
| Hex | CA | EE | F7 | 12 | 4 | 0 | 3 | C0 | 4A | 58 |
| Octal | 312 | 356 | 367 | 22 | 4 | 0 | 3 | 300 | 112 | 130 |
| Binary | 11001010 | 11101110 | 11110111 | 10010 | 100 | 0 | 11 | 11000000 | 1001010 | 1011000 |
Color Harmonies of #CAEEF7
Complementary color
Monochromatic Colors of #CAEEF7
Black with #CAEEF7
Text Example
Text Example
White with #CAEEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEF7; }
p { color: rgb(202,238,247); }
H1.HeaderClassName
{
color: #CAEEF7;
}
.AnyTagClassName
{
color: #CAEEF7;
}
</style>
background-color css
<style>
a { background-color: #CAEEF7; }
a { background-color: rgb(202,238,247); }
div.DivClassName
{
background-color: #CAEEF7;
}
.BgClassName
{
background-color: #CAEEF7;
}
</style>
border-color css
<style>
span { border-color: #CAEEF7; }
span { border-color: rgb(202,238,247); }
td.TdClassName
{
border-color: #CAEEF7;
}
.TagClassName
{
border-color: #CAEEF7;
}
</style>