#C5F9ED

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

Shades of Humming Bird #C5F9ED

Tints of Humming Bird #C5F9ED

Color information

#C5F9ED (or 0xC5F9ED) is unknown color: approx Humming Bird. HEX triplet: C5, F9 and ED. RGB value is (197,249,237). Sum of RGB (Red+Green+Blue) = 197+249+237=683 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.84% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F9ED is #3A0612. Grayscale: #E8E8E8. Windows color (decimal): -3802643 or 15595973. OLE color: 15595973.

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

Color convert

RGB197249237-
CMYK0.2100.050.02
HSL166.15º81.25%87.45%-
HSV(B)166.15º20.88%97.65%-
XYZ72.1985.7492.86-
YUV232.08130.77102.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.84%
GREEN value IS 249 (97.66% from 255) = 36.46%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=28.84%
G=36.46%
B=34.70%

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
Decimal1972492370.2100.050.02166.1581.2587.45
HexC5F9ED15052a65157
Octal30537135525052246121127
Binary110001011111100111101101101010101101010011010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F9ED; }

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

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

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

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

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

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

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

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