#C7FEEF

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

Shades of Humming Bird #C7FEEF

Tints of Humming Bird #C7FEEF

Color information

#C7FEEF (or 0xC7FEEF) is unknown color: approx Humming Bird. HEX triplet: C7, FE and EF. RGB value is (199,254,239). Sum of RGB (Red+Green+Blue) = 199+254+239=692 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.76% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEEF is #380110. Grayscale: #EBEBEB. Windows color (decimal): -3670289 or 15728327. OLE color: 15728327.

HSL color Cylindrical-coordinate representation of color #C7FEEF: hue angle of 163.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEEF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB199254239-
CMYK0.2200.060.00
HSL163.64º96.49%88.82%-
HSV(B)163.64º21.65%99.61%-
XYZ74.5789.2694.96-
YUV235.84129.78101.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.76%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=28.76%
G=36.71%
B=34.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542390.2200.060.00163.6496.4988.82
HexC7FEEF16060a46059
Octal30737635726060244140131
Binary11000111111111101110111110110011001010010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEEF; }

 p { color: rgb(199,254,239); }

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

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

 a { background-color: rgb(199,254,239); }

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

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

 span { border-color: rgb(199,254,239); }

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