#C7FFED

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

Shades of Humming Bird #C7FFED

Tints of Humming Bird #C7FFED

Color information

#C7FFED (or 0xC7FFED) is unknown color: approx Humming Bird. HEX triplet: C7, FF and ED. RGB value is (199,255,237). Sum of RGB (Red+Green+Blue) = 199+255+237=691 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.80% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFED is #380012. Grayscale: #ECECEC. Windows color (decimal): -3670035 or 15597511. OLE color: 15597511.

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

Color convert

RGB199255237-
CMYK0.2200.070
HSL160.71º100%89.02%-
HSV(B)160.71º21.96%100%-
XYZ74.689.7893.52-
YUV236.2128.45101.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.80%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=28.80%
G=36.90%
B=34.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992552370.2200.070160.7110089.02
HexC7FFED16070a16459
Octal30737735526070241144131
Binary11000111111111111110110110110011101010000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FFED; }

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

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

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

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

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

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

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

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