#C7EEEA

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

Shades of Foam #C7EEEA

Tints of Foam #C7EEEA

Color information

#C7EEEA (or 0xC7EEEA) is unknown color: approx Foam. HEX triplet: C7, EE and EA. RGB value is (199,238,234). Sum of RGB (Red+Green+Blue) = 199+238+234=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EEEA is #381115. Grayscale: #E1E1E1. Windows color (decimal): -3674390 or 15396551. OLE color: 15396551.

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

Color convert

RGB199238234-
CMYK0.1600.020.07
HSL173.85º53.42%85.69%-
HSV(B)173.85º16.39%93.33%-
XYZ68.9879.2389.5-
YUV225.88132.58108.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.66%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=29.66%
G=35.47%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1992382340.1600.020.07173.8553.4285.69
HexC7EEEA10027ae3556
Octal3073563522002725665126
Binary11000111111011101110101010000010111101011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EEEA; }

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

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

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

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

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

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

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

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