#C5FEF8

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

Shades of Foam #C5FEF8

Tints of Foam #C5FEF8

Color information

#C5FEF8 (or 0xC5FEF8) is unknown color: approx Foam. HEX triplet: C5, FE and F8. RGB value is (197,254,248). Sum of RGB (Red+Green+Blue) = 197+254+248=699 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.18% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEF8 is #3A0107. Grayscale: #ECECEC. Windows color (decimal): -3801352 or 16318149. OLE color: 16318149.

HSL color Cylindrical-coordinate representation of color #C5FEF8: hue angle of 173.68º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEF8 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB197254248-
CMYK0.2200.020.00
HSL173.68º96.61%88.43%-
HSV(B)173.68º22.44%99.61%-
XYZ75.4189.53102.11-
YUV236.27134.6299.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.18%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 248 (97.27% from 255) = 35.48%
R=28.18%
G=36.34%
B=35.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542480.2200.020.00173.6896.6188.43
HexC5FEF816020ae6158
Octal30537637026020256141130
Binary1100010111111110111110001011001001010111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEF8; }

 p { color: rgb(197,254,248); }

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

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

 a { background-color: rgb(197,254,248); }

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

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

 span { border-color: rgb(197,254,248); }

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