#C5FAF3

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

Shades of Foam #C5FAF3

Tints of Foam #C5FAF3

Color information

#C5FAF3 (or 0xC5FAF3) is unknown color: approx Foam. HEX triplet: C5, FA and F3. RGB value is (197,250,243). Sum of RGB (Red+Green+Blue) = 197+250+243=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF3 is #3A050C. Grayscale: #E9E9E9. Windows color (decimal): -3802381 or 15989445. OLE color: 15989445.

HSL color Cylindrical-coordinate representation of color #C5FAF3: hue angle of 172.08º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FAF3 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB197250243-
CMYK0.2100.030.02
HSL172.08º84.13%87.65%-
HSV(B)172.08º21.2%98.04%-
XYZ73.3986.7197.66-
YUV233.36133.44102.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 243 (95.31% from 255) = 35.22%
R=28.55%
G=36.23%
B=35.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502430.2100.030.02172.0884.1387.65
HexC5FAF315032ac5458
Octal30537236325032254124130
Binary11000101111110101111001110101011101010110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAF3; }

 p { color: rgb(197,250,243); }

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

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

 a { background-color: rgb(197,250,243); }

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

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

 span { border-color: rgb(197,250,243); }

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