#C7FBEC

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

Shades of Humming Bird #C7FBEC

Tints of Humming Bird #C7FBEC

Color information

#C7FBEC (or 0xC7FBEC) is unknown color: approx Humming Bird. HEX triplet: C7, FB and EC. RGB value is (199,251,236). Sum of RGB (Red+Green+Blue) = 199+251+236=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FBEC is #380413. Grayscale: #E9E9E9. Windows color (decimal): -3671060 or 15530951. OLE color: 15530951.

HSL color Cylindrical-coordinate representation of color #C7FBEC: hue angle of 162.69º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FBEC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB199251236-
CMYK0.2100.060.02
HSL162.69º86.67%88.24%-
HSV(B)162.69º20.72%98.43%-
XYZ73.1987.1992.33-
YUV233.74129.27103.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.01%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=29.01%
G=36.59%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1992512360.2100.060.02162.6986.6788.24
HexC7FBEC15062a35758
Octal30737335425062243127130
Binary110001111111101111101100101010110101010001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBEC; }

 p { color: rgb(199,251,236); }

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

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

 a { background-color: rgb(199,251,236); }

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

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

 span { border-color: rgb(199,251,236); }

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