#C5FFF6

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

Shades of Foam #C5FFF6

Tints of Foam #C5FFF6

Color information

#C5FFF6 (or 0xC5FFF6) is unknown color: approx Foam. HEX triplet: C5, FF and F6. RGB value is (197,255,246). Sum of RGB (Red+Green+Blue) = 197+255+246=698 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.22% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF6 is #3A0009. Grayscale: #ECECEC. Windows color (decimal): -3801098 or 16187333. OLE color: 16187333.

HSL color Cylindrical-coordinate representation of color #C5FFF6: hue angle of 170.69º 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 #C5FFF6 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB197255246-
CMYK0.2300.040
HSL170.69º100%88.63%-
HSV(B)170.69º22.75%100%-
XYZ75.4290.04100.59-
YUV236.63133.2899.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.22%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 246 (96.48% from 255) = 35.24%
R=28.22%
G=36.53%
B=35.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972552460.2300.040170.6910088.63
HexC5FFF617040ab6459
Octal30537736627040253144131
Binary11000101111111111111011010111010001010101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFF6; }

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

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

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

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

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

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

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

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