#C8EDEA

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

Shades of Foam #C8EDEA

Tints of Foam #C8EDEA

Color information

#C8EDEA (or 0xC8EDEA) is unknown color: approx Foam. HEX triplet: C8, ED and EA. RGB value is (200,237,234). Sum of RGB (Red+Green+Blue) = 200+237+234=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDEA is #371215. Grayscale: #E1E1E1. Windows color (decimal): -3609110 or 15396296. OLE color: 15396296.

HSL color Cylindrical-coordinate representation of color #C8EDEA: hue angle of 175.14º degrees, saturation: 0.51, 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 #C8EDEA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB200237234-
CMYK0.1600.010.07
HSL175.14º50.68%85.69%-
HSV(B)175.14º15.61%92.94%-
XYZ68.9578.7989.42-
YUV225.59132.74109.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.81%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=29.81%
G=35.32%
B=34.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372340.1600.010.07175.1450.6885.69
HexC8EDEA10017af3356
Octal3103553522001725763126
Binary1100100011101101111010101000001111101011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDEA; }

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

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

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

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

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

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

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

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