#C5FAF1

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

Shades of Foam #C5FAF1

Tints of Foam #C5FAF1

Color information

#C5FAF1 (or 0xC5FAF1) is unknown color: approx Foam. HEX triplet: C5, FA and F1. RGB value is (197,250,241). Sum of RGB (Red+Green+Blue) = 197+250+241=688 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.63% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF1 is #3A050E. Grayscale: #E9E9E9. Windows color (decimal): -3802383 or 15858373. OLE color: 15858373.

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

Color convert

RGB197250241-
CMYK0.2100.040.02
HSL169.81º84.13%87.65%-
HSV(B)169.81º21.2%98.04%-
XYZ73.0986.5996.08-
YUV233.13132.44102.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.63%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=28.63%
G=36.34%
B=35.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502410.2100.040.02169.8184.1387.65
HexC5FAF115042aa5458
Octal30537236125042252124130
Binary110001011111101011110001101010100101010101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAF1; }

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

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

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

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

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

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

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

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