Shades of Mabel #CAEEF0
Tints of Mabel #CAEEF0
RGB
CMYK
RGB Variations
Color information
#CAEEF0 (or 0xCAEEF0) is known color: Mabel. HEX triplet: CA, EE and F0. RGB value is (202,238,240). Sum of RGB (Red+Green+Blue) = 202+238+240=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF0 is #35110F. Grayscale: #E3E3E3. Windows color (decimal): -3477776 or 15789770. OLE color: 15789770.
HSL color Cylindrical-coordinate representation of color #CAEEF0: hue angle of 183.16º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEEF0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 238 | 240 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.06 |
| HSL | 183.16º | 0.56% | 0.87% | - |
| HSV(B) | 183.16º | 0.16% | 0.94% | - |
| XYZ | 70.66 | 80 | 94.15 | - |
| YUV | 227.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 240 | 0.16 | 0.01 | 0 | 0.06 | 183.16 | 0.56 | 0.87 |
| Hex | CA | EE | F0 | 10 | 1 | 0 | 6 | B7 | 38 | 57 |
| Octal | 312 | 356 | 360 | 20 | 1 | 0 | 6 | 267 | 70 | 127 |
| Binary | 11001010 | 11101110 | 11110000 | 10000 | 1 | 0 | 110 | 10110111 | 111000 | 1010111 |
Color Harmonies of #CAEEF0
Complementary color
Monochromatic Colors of #CAEEF0
Black with #CAEEF0
Text Example
Text Example
White with #CAEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEF0; }
p { color: rgb(202,238,240); }
H1.HeaderClassName
{
color: #CAEEF0;
}
.AnyTagClassName
{
color: #CAEEF0;
}
</style>
background-color css
<style>
a { background-color: #CAEEF0; }
a { background-color: rgb(202,238,240); }
div.DivClassName
{
background-color: #CAEEF0;
}
.BgClassName
{
background-color: #CAEEF0;
}
</style>
border-color css
<style>
span { border-color: #CAEEF0; }
span { border-color: rgb(202,238,240); }
td.TdClassName
{
border-color: #CAEEF0;
}
.TagClassName
{
border-color: #CAEEF0;
}
</style>