#CAEEEA

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

Shades of Foam #CAEEEA

Tints of Foam #CAEEEA

Color information

#CAEEEA (or 0xCAEEEA) is unknown color: approx Foam. HEX triplet: CA, EE and EA. RGB value is (202,238,234). Sum of RGB (Red+Green+Blue) = 202+238+234=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEEA is #351115. Grayscale: #E2E2E2. Windows color (decimal): -3477782 or 15396554. OLE color: 15396554.

HSL color Cylindrical-coordinate representation of color #CAEEEA: hue angle of 173.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEEEA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB202238234-
CMYK0.1500.020.07
HSL173.33º51.43%86.27%-
HSV(B)173.33º15.13%93.33%-
XYZ69.7879.6589.54-
YUV226.78132.07110.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=29.97%
G=35.31%
B=34.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382340.1500.020.07173.3351.4386.27
HexCAEEEAF027ad3356
Octal3123563521702725563126
Binary1100101011101110111010101111010111101011011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEEA; }

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

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

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

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

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

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

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

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