#CAEAEA

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

Shades of Mabel #CAEAEA

Tints of Mabel #CAEAEA

Color information

#CAEAEA (or 0xCAEAEA) is unknown color: approx Mabel. HEX triplet: CA, EA and EA. RGB value is (202,234,234). Sum of RGB (Red+Green+Blue) = 202+234+234=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #CAEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAEA is #351515. Grayscale: #E0E0E0. Windows color (decimal): -3478806 or 15395530. OLE color: 15395530.

HSL color Cylindrical-coordinate representation of color #CAEAEA: hue angle of 180º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEAEA is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202234234-
CMYK0.14000.08
HSL180º43.24%85.49%-
HSV(B)180º13.68%91.76%-
XYZ68.6377.3489.15-
YUV224.43133.4112-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=30.15%
G=34.93%
B=34.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022342340.14000.0818043.2485.49
HexCAEAEAE008b42b55
Octal31235235216001026453125
Binary1100101011101010111010101110001000101101001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAEA; }

 p { color: rgb(202,234,234); }

 H1.HeaderClassName
 {
   color: #CAEAEA;
 }
 .AnyTagClassName
 {
   color: #CAEAEA;
 }
</style>
background-color css

<style>
 a { background-color: #CAEAEA; }

 a { background-color: rgb(202,234,234); }

 div.DivClassName
 {
   background-color: #CAEAEA;
 }
 .BgClassName
 {
   background-color: #CAEAEA;
 }
</style>
border-color css

<style>
 span { border-color: #CAEAEA; }

 span { border-color: rgb(202,234,234); }

 td.TdClassName
 {
   border-color: #CAEAEA;
 }
 .TagClassName
 {
   border-color: #CAEAEA;
 }
</style>