#C5FAF0

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

Shades of Humming Bird #C5FAF0

Tints of Humming Bird #C5FAF0

Color information

#C5FAF0 (or 0xC5FAF0) is unknown color: approx Humming Bird. HEX triplet: C5, FA and F0. RGB value is (197,250,240). Sum of RGB (Red+Green+Blue) = 197+250+240=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF0 is #3A050F. Grayscale: #E9E9E9. Windows color (decimal): -3802384 or 15792837. OLE color: 15792837.

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

Color convert

RGB197250240-
CMYK0.2100.040.02
HSL168.68º84.13%87.65%-
HSV(B)168.68º21.2%98.04%-
XYZ72.9486.5395.3-
YUV233.01131.94102.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.68%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 240 (94.14% from 255) = 34.93%
R=28.68%
G=36.39%
B=34.93%

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
Decimal1972502400.2100.040.02168.6884.1387.65
HexC5FAF015042a95458
Octal30537236025042251124130
Binary110001011111101011110000101010100101010100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAF0; }

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

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

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

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

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

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

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

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