#CAEEF0

Color #CAEEF0 Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #CAEEF0

Tints of Mabel #CAEEF0

Color information

#CAEEF0 (or 0xCAEEF0) is unknown color: approx 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

RGB202238240-
CMYK0.160.0100.06
HSL183.16º55.88%86.67%-
HSV(B)183.16º15.83%94.12%-
XYZ70.668094.15-
YUV227.46135.07109.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 240 (94.14% from 255) = 35.29%
R=29.71%
G=35%
B=35.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022382400.160.0100.06183.1655.8886.67
HexCAEEF010106b73857
Octal3123563602010626770127
Binary1100101011101110111100001000010110101101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>