#C5FAEB

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

Shades of Humming Bird #C5FAEB

Tints of Humming Bird #C5FAEB

Color information

#C5FAEB (or 0xC5FAEB) is unknown color: approx Humming Bird. HEX triplet: C5, FA and EB. RGB value is (197,250,235). Sum of RGB (Red+Green+Blue) = 197+250+235=682 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.89% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAEB is #3A0514. Grayscale: #E8E8E8. Windows color (decimal): -3802389 or 15465157. OLE color: 15465157.

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

Color convert

RGB197250235-
CMYK0.2100.060.02
HSL163.02º84.13%87.65%-
HSV(B)163.02º21.2%98.04%-
XYZ72.2186.2491.44-
YUV232.44129.44102.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.89%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=28.89%
G=36.66%
B=34.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502350.2100.060.02163.0284.1387.65
HexC5FAEB15062a35458
Octal30537235325062243124130
Binary110001011111101011101011101010110101010001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAEB; }

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

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

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

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

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

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

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

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