#C7FDED

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

Shades of Humming Bird #C7FDED

Tints of Humming Bird #C7FDED

Color information

#C7FDED (or 0xC7FDED) is unknown color: approx Humming Bird. HEX triplet: C7, FD and ED. RGB value is (199,253,237). Sum of RGB (Red+Green+Blue) = 199+253+237=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDED is #380212. Grayscale: #EBEBEB. Windows color (decimal): -3670547 or 15596999. OLE color: 15596999.

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

Color convert

RGB199253237-
CMYK0.2100.060.01
HSL162.22º93.1%88.63%-
HSV(B)162.22º21.34%99.22%-
XYZ73.9688.5193.31-
YUV235.03129.11102.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.88%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=28.88%
G=36.72%
B=34.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532370.2100.060.01162.2293.188.63
HexC7FDED15061a25d59
Octal30737535525061242135131
Binary11000111111111011110110110101011011010001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDED; }

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

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

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

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

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

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

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

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