#C8EFEB

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

Shades of Foam #C8EFEB

Tints of Foam #C8EFEB

Color information

#C8EFEB (or 0xC8EFEB) is unknown color: approx Foam. HEX triplet: C8, EF and EB. RGB value is (200,239,235). Sum of RGB (Red+Green+Blue) = 200+239+235=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFEB is #371014. Grayscale: #E2E2E2. Windows color (decimal): -3608597 or 15462344. OLE color: 15462344.

HSL color Cylindrical-coordinate representation of color #C8EFEB: hue angle of 173.85º 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 #C8EFEB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB200239235-
CMYK0.1600.020.06
HSL173.85º54.93%86.08%-
HSV(B)173.85º16.32%93.73%-
XYZ69.6880.0190.37-
YUV226.88132.58108.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.67%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=29.67%
G=35.46%
B=34.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002392350.1600.020.06173.8554.9386.08
HexC8EFEB10026ae3756
Octal3103573532002625667126
Binary11001000111011111110101110000010110101011101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFEB; }

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

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

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

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

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

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

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

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