#C9EFE1

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

Shades of Humming Bird #C9EFE1

Tints of Humming Bird #C9EFE1

Color information

#C9EFE1 (or 0xC9EFE1) is unknown color: approx Humming Bird. HEX triplet: C9, EF and E1. RGB value is (201,239,225). Sum of RGB (Red+Green+Blue) = 201+239+225=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EFE1 is #36101E. Grayscale: #E2E2E2. Windows color (decimal): -3543071 or 14806985. OLE color: 14806985.

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

Color convert

RGB201239225-
CMYK0.1600.060.06
HSL157.89º54.29%86.27%-
HSV(B)157.89º15.9%93.73%-
XYZ68.5479.5982.98-
YUV226.04127.41110.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.23%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=30.23%
G=35.94%
B=33.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012392250.1600.060.06157.8954.2986.27
HexC9EFE1100669e3656
Octal3113573412006623666126
Binary110010011110111111100001100000110110100111101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFE1; }

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

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

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

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

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

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

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

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