Shades of Onahau #CAEDF7
Tints of Onahau #CAEDF7
RGB
CMYK
RGB Variations
Color information
#CAEDF7 (or 0xCAEDF7) is known color: Onahau. HEX triplet: CA, ED and F7. RGB value is (202,237,247). Sum of RGB (Red+Green+Blue) = 202+237+247=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDF7 is #351208. Grayscale: #E3E3E3. Windows color (decimal): -3478025 or 16248266. OLE color: 16248266.
HSL color Cylindrical-coordinate representation of color #CAEDF7: hue angle of 193.33º 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 #CAEDF7 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 237 | 247 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.03 |
| HSL | 193.33º | 0.74% | 0.88% | - |
| HSV(B) | 193.33º | 0.18% | 0.97% | - |
| XYZ | 71.43 | 79.84 | 99.64 | - |
| YUV | 227.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 247 | 0.18 | 0.04 | 0 | 0.03 | 193.33 | 0.74 | 0.88 |
| Hex | CA | ED | F7 | 12 | 4 | 0 | 3 | C1 | 4A | 58 |
| Octal | 312 | 355 | 367 | 22 | 4 | 0 | 3 | 301 | 112 | 130 |
| Binary | 11001010 | 11101101 | 11110111 | 10010 | 100 | 0 | 11 | 11000001 | 1001010 | 1011000 |
Color Harmonies of #CAEDF7
Complementary color
Monochromatic Colors of #CAEDF7
Black with #CAEDF7
Text Example
Text Example
White with #CAEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDF7; }
p { color: rgb(202,237,247); }
H1.HeaderClassName
{
color: #CAEDF7;
}
.AnyTagClassName
{
color: #CAEDF7;
}
</style>
background-color css
<style>
a { background-color: #CAEDF7; }
a { background-color: rgb(202,237,247); }
div.DivClassName
{
background-color: #CAEDF7;
}
.BgClassName
{
background-color: #CAEDF7;
}
</style>
border-color css
<style>
span { border-color: #CAEDF7; }
span { border-color: rgb(202,237,247); }
td.TdClassName
{
border-color: #CAEDF7;
}
.TagClassName
{
border-color: #CAEDF7;
}
</style>