#C7FEF0

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

Shades of Humming Bird #C7FEF0

Tints of Humming Bird #C7FEF0

Color information

#C7FEF0 (or 0xC7FEF0) is unknown color: approx Humming Bird. HEX triplet: C7, FE and F0. RGB value is (199,254,240). Sum of RGB (Red+Green+Blue) = 199+254+240=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEF0 is #38010F. Grayscale: #EBEBEB. Windows color (decimal): -3670288 or 15793863. OLE color: 15793863.

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

Color convert

RGB199254240-
CMYK0.2200.060.00
HSL164.73º96.49%88.82%-
HSV(B)164.73º21.65%99.61%-
XYZ74.7289.3295.74-
YUV235.96130.28101.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.72%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 240 (94.14% from 255) = 34.63%
R=28.72%
G=36.65%
B=34.63%

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
Decimal1992542400.2200.060.00164.7396.4988.82
HexC7FEF016060a56059
Octal30737636026060245140131
Binary11000111111111101111000010110011001010010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEF0; }

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

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

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

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

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

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

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

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