#C9F6EA

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

Shades of Humming Bird #C9F6EA

Tints of Humming Bird #C9F6EA

Color information

#C9F6EA (or 0xC9F6EA) is unknown color: approx Humming Bird. HEX triplet: C9, F6 and EA. RGB value is (201,246,234). Sum of RGB (Red+Green+Blue) = 201+246+234=681 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.52% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 246 - color contains mainly: green. Hex color #C9F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F6EA is #360915. Grayscale: #E7E7E7. Windows color (decimal): -3541270 or 15398601. OLE color: 15398601.

HSL color Cylindrical-coordinate representation of color #C9F6EA: hue angle of 164º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9F6EA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB201246234-
CMYK0.1800.050.04
HSL164º71.43%87.65%-
HSV(B)164º18.29%96.47%-
XYZ71.8984.2790.32-
YUV231.18129.59106.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.52%
GREEN value IS 246 (96.48% from 255) = 36.12%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=29.52%
G=36.12%
B=34.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2012462340.1800.050.0416471.4387.65
HexC9F6EA12054a44758
Octal31136635222054244107130
Binary1100100111110110111010101001001011001010010010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F6EA; }

 p { color: rgb(201,246,234); }

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

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

 a { background-color: rgb(201,246,234); }

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

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

 span { border-color: rgb(201,246,234); }

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