#C7FDEB

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

Shades of Humming Bird #C7FDEB

Tints of Humming Bird #C7FDEB

Color information

#C7FDEB (or 0xC7FDEB) is unknown color: approx Humming Bird. HEX triplet: C7, FD and EB. RGB value is (199,253,235). Sum of RGB (Red+Green+Blue) = 199+253+235=687 (90% of max value = 765). Red value is 199 (78.12% from 255 or 28.97% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDEB is #380214. Grayscale: #EAEAEA. Windows color (decimal): -3670549 or 15465927. OLE color: 15465927.

HSL color Cylindrical-coordinate representation of color #C7FDEB: hue angle of 160º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDEB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB199253235-
CMYK0.2100.070.01
HSL160º93.1%88.63%-
HSV(B)160º21.34%99.22%-
XYZ73.6788.3991.78-
YUV234.8128.11102.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.97%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=28.97%
G=36.83%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532350.2100.070.0116093.188.63
HexC7FDEB15071a05d59
Octal30737535325071240135131
Binary11000111111111011110101110101011111010000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDEB; }

 p { color: rgb(199,253,235); }

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

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

 a { background-color: rgb(199,253,235); }

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

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

 span { border-color: rgb(199,253,235); }

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