#C5EFEB

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

Shades of Foam #C5EFEB

Tints of Foam #C5EFEB

Color information

#C5EFEB (or 0xC5EFEB) is unknown color: approx Foam. HEX triplet: C5, EF and EB. RGB value is (197,239,235). Sum of RGB (Red+Green+Blue) = 197+239+235=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFEB is #3A1014. Grayscale: #E1E1E1. Windows color (decimal): -3805205 or 15462341. OLE color: 15462341.

HSL color Cylindrical-coordinate representation of color #C5EFEB: hue angle of 174.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFEB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB197239235-
CMYK0.1800.020.06
HSL174.29º56.76%85.49%-
HSV(B)174.29º17.57%93.73%-
XYZ68.8979.690.33-
YUV225.99133.09107.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.36%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=29.36%
G=35.62%
B=35.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972392350.1800.020.06174.2956.7685.49
HexC5EFEB12026ae3955
Octal3053573532202625671125
Binary11000101111011111110101110010010110101011101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFEB; }

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

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

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

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

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

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

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

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