#C5FFF7

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

Shades of Foam #C5FFF7

Tints of Foam #C5FFF7

Color information

#C5FFF7 (or 0xC5FFF7) is unknown color: approx Foam. HEX triplet: C5, FF and F7. RGB value is (197,255,247). Sum of RGB (Red+Green+Blue) = 197+255+247=699 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.18% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF7 is #3A0008. Grayscale: #ECECEC. Windows color (decimal): -3801097 or 16252869. OLE color: 16252869.

HSL color Cylindrical-coordinate representation of color #C5FFF7: hue angle of 171.72º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFF7 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB197255247-
CMYK0.2300.030
HSL171.72º100%88.63%-
HSV(B)171.72º22.75%100%-
XYZ75.5790.11101.4-
YUV236.75133.7899.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.18%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 247 (96.88% from 255) = 35.34%
R=28.18%
G=36.48%
B=35.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972552470.2300.030171.7210088.63
HexC5FFF717030ac6459
Octal30537736727030254144131
Binary1100010111111111111101111011101101010110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFF7; }

 p { color: rgb(197,255,247); }

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

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

 a { background-color: rgb(197,255,247); }

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

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

 span { border-color: rgb(197,255,247); }

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