#C7FFEF

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

Shades of Humming Bird #C7FFEF

Tints of Humming Bird #C7FFEF

Color information

#C7FFEF (or 0xC7FFEF) is unknown color: approx Humming Bird. HEX triplet: C7, FF and EF. RGB value is (199,255,239). Sum of RGB (Red+Green+Blue) = 199+255+239=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFEF is #380010. Grayscale: #ECECEC. Windows color (decimal): -3670033 or 15728583. OLE color: 15728583.

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

Color convert

RGB199255239-
CMYK0.2200.060
HSL162.86º100%89.02%-
HSV(B)162.86º21.96%100%-
XYZ74.8989.8995.07-
YUV236.43129.45101.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.72%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=28.72%
G=36.80%
B=34.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992552390.2200.060162.8610089.02
HexC7FFEF16060a36459
Octal30737735726060243144131
Binary11000111111111111110111110110011001010001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FFEF; }

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

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

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

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

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

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

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

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