#CFF4EC

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

Shades of Humming Bird #CFF4EC

Tints of Humming Bird #CFF4EC

Color information

#CFF4EC (or 0xCFF4EC) is unknown color: approx Humming Bird. HEX triplet: CF, F4 and EC. RGB value is (207,244,236). Sum of RGB (Red+Green+Blue) = 207+244+236=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4EC is #300B13. Grayscale: #E8E8E8. Windows color (decimal): -3148564 or 15529167. OLE color: 15529167.

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

Color convert

RGB207244236-
CMYK0.1500.030.04
HSL167.03º62.71%88.43%-
HSV(B)167.03º15.16%95.69%-
XYZ73.2284.0291.72-
YUV232.02130.24110.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.13%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=30.13%
G=35.52%
B=34.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072442360.1500.030.04167.0362.7188.43
HexCFF4ECF034a73f58
Octal3173643541703424777130
Binary1100111111110100111011001111011100101001111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4EC; }

 p { color: rgb(207,244,236); }

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

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

 a { background-color: rgb(207,244,236); }

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

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

 span { border-color: rgb(207,244,236); }

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