#C7FAEC

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

Shades of Humming Bird #C7FAEC

Tints of Humming Bird #C7FAEC

Color information

#C7FAEC (or 0xC7FAEC) is unknown color: approx Humming Bird. HEX triplet: C7, FA and EC. RGB value is (199,250,236). Sum of RGB (Red+Green+Blue) = 199+250+236=685 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.05% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAEC is #380513. Grayscale: #E9E9E9. Windows color (decimal): -3671316 or 15530695. OLE color: 15530695.

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

Color convert

RGB199250236-
CMYK0.2000.060.02
HSL163.53º83.61%88.04%-
HSV(B)163.53º20.4%98.04%-
XYZ72.8886.5792.23-
YUV233.16129.6103.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.05%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=29.05%
G=36.50%
B=34.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502360.2000.060.02163.5383.6188.04
HexC7FAEC14062a45458
Octal30737235424062244124130
Binary110001111111101011101100101000110101010010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAEC; }

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

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

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

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

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

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

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

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