#C7FCEF

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

Shades of Humming Bird #C7FCEF

Tints of Humming Bird #C7FCEF

Color information

#C7FCEF (or 0xC7FCEF) is unknown color: approx Humming Bird. HEX triplet: C7, FC and EF. RGB value is (199,252,239). Sum of RGB (Red+Green+Blue) = 199+252+239=690 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.84% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCEF is #380310. Grayscale: #EAEAEA. Windows color (decimal): -3670801 or 15727815. OLE color: 15727815.

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

Color convert

RGB199252239-
CMYK0.2100.050.01
HSL165.28º89.83%88.43%-
HSV(B)165.28º21.03%98.82%-
XYZ73.9487.9994.75-
YUV234.67130.44102.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.84%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=28.84%
G=36.52%
B=34.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992522390.2100.050.01165.2889.8388.43
HexC7FCEF15051a55a58
Octal30737435725051245132130
Binary11000111111111001110111110101010111010010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FCEF; }

 p { color: rgb(199,252,239); }

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

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

 a { background-color: rgb(199,252,239); }

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

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

 span { border-color: rgb(199,252,239); }

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