#C8EEEA

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

Shades of Foam #C8EEEA

Tints of Foam #C8EEEA

Color information

#C8EEEA (or 0xC8EEEA) is unknown color: approx Foam. HEX triplet: C8, EE and EA. RGB value is (200,238,234). Sum of RGB (Red+Green+Blue) = 200+238+234=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEEA is #371115. Grayscale: #E2E2E2. Windows color (decimal): -3608854 or 15396552. OLE color: 15396552.

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

Color convert

RGB200238234-
CMYK0.1600.020.07
HSL173.68º52.78%85.88%-
HSV(B)173.68º15.97%93.33%-
XYZ69.2579.3789.51-
YUV226.18132.41109.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=29.76%
G=35.42%
B=34.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002382340.1600.020.07173.6852.7885.88
HexC8EEEA10027ae3556
Octal3103563522002725665126
Binary11001000111011101110101010000010111101011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EEEA; }

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

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

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

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

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

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

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

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