#C7FEF4

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

Shades of Humming Bird #C7FEF4

Tints of Humming Bird #C7FEF4

Color information

#C7FEF4 (or 0xC7FEF4) is unknown color: approx Humming Bird. HEX triplet: C7, FE and F4. RGB value is (199,254,244). Sum of RGB (Red+Green+Blue) = 199+254+244=697 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.55% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEF4 is #38010B. Grayscale: #ECECEC. Windows color (decimal): -3670284 or 16056007. OLE color: 16056007.

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

Color convert

RGB199254244-
CMYK0.2200.040.00
HSL169.09º96.49%88.82%-
HSV(B)169.09º21.65%99.61%-
XYZ75.3289.5698.9-
YUV236.42132.28101.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.55%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 244 (95.70% from 255) = 35.01%
R=28.55%
G=36.44%
B=35.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542440.2200.040.00169.0996.4988.82
HexC7FEF416040a96059
Octal30737636426040251140131
Binary11000111111111101111010010110010001010100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEF4; }

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

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

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

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

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

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

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

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