#C9EFE2

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

Shades of Humming Bird #C9EFE2

Tints of Humming Bird #C9EFE2

Color information

#C9EFE2 (or 0xC9EFE2) is unknown color: approx Humming Bird. HEX triplet: C9, EF and E2. RGB value is (201,239,226). Sum of RGB (Red+Green+Blue) = 201+239+226=666 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.18% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EFE2 is #36101D. Grayscale: #E2E2E2. Windows color (decimal): -3543070 or 14872521. OLE color: 14872521.

HSL color Cylindrical-coordinate representation of color #C9EFE2: hue angle of 159.47º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EFE2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB201239226-
CMYK0.1600.050.06
HSL159.47º54.29%86.27%-
HSV(B)159.47º15.9%93.73%-
XYZ68.6879.6483.7-
YUV226.16127.91110.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.18%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=30.18%
G=35.89%
B=33.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012392260.1600.050.06159.4754.2986.27
HexC9EFE2100569f3656
Octal3113573422005623766126
Binary110010011110111111100010100000101110100111111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFE2; }

 p { color: rgb(201,239,226); }

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

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

 a { background-color: rgb(201,239,226); }

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

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

 span { border-color: rgb(201,239,226); }

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