#C5EEEA

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

Shades of Foam #C5EEEA

Tints of Foam #C5EEEA

Color information

#C5EEEA (or 0xC5EEEA) is unknown color: approx Foam. HEX triplet: C5, EE and EA. RGB value is (197,238,234). Sum of RGB (Red+Green+Blue) = 197+238+234=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEEA is #3A1115. Grayscale: #E1E1E1. Windows color (decimal): -3805462 or 15396549. OLE color: 15396549.

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

Color convert

RGB197238234-
CMYK0.1700.020.07
HSL174.15º54.67%85.29%-
HSV(B)174.15º17.23%93.33%-
XYZ68.4578.9689.47-
YUV225.28132.92107.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.45%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=29.45%
G=35.58%
B=34.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972382340.1700.020.07174.1554.6785.29
HexC5EEEA11027ae3755
Octal3053563522102725667125
Binary11000101111011101110101010001010111101011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EEEA; }

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

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

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

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

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

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

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

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