#C8EFEC

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

Shades of Foam #C8EFEC

Tints of Foam #C8EFEC

Color information

#C8EFEC (or 0xC8EFEC) is unknown color: approx Foam. HEX triplet: C8, EF and EC. RGB value is (200,239,236). Sum of RGB (Red+Green+Blue) = 200+239+236=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFEC is #371013. Grayscale: #E2E2E2. Windows color (decimal): -3608596 or 15527880. OLE color: 15527880.

HSL color Cylindrical-coordinate representation of color #C8EFEC: hue angle of 175.38º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFEC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB200239236-
CMYK0.1600.010.06
HSL175.38º54.93%86.08%-
HSV(B)175.38º16.32%93.73%-
XYZ69.8380.0791.13-
YUV227133.08108.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.63%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=29.63%
G=35.41%
B=34.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002392360.1600.010.06175.3854.9386.08
HexC8EFEC10016af3756
Octal3103573542001625767126
Binary1100100011101111111011001000001110101011111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFEC; }

 p { color: rgb(200,239,236); }

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

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

 a { background-color: rgb(200,239,236); }

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

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

 span { border-color: rgb(200,239,236); }

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