#C5FAED

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

Shades of Humming Bird #C5FAED

Tints of Humming Bird #C5FAED

Color information

#C5FAED (or 0xC5FAED) is unknown color: approx Humming Bird. HEX triplet: C5, FA and ED. RGB value is (197,250,237). Sum of RGB (Red+Green+Blue) = 197+250+237=684 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.80% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAED is #3A0512. Grayscale: #E8E8E8. Windows color (decimal): -3802387 or 15596229. OLE color: 15596229.

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

Color convert

RGB197250237-
CMYK0.2100.050.02
HSL165.28º84.13%87.65%-
HSV(B)165.28º21.2%98.04%-
XYZ72.586.3692.97-
YUV232.67130.44102.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.80%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=28.80%
G=36.55%
B=34.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502370.2100.050.02165.2884.1387.65
HexC5FAED15052a55458
Octal30537235525052245124130
Binary110001011111101011101101101010101101010010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAED; }

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

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

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

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

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

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

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

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