#C7FBEF

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

Shades of Humming Bird #C7FBEF

Tints of Humming Bird #C7FBEF

Color information

#C7FBEF (or 0xC7FBEF) is unknown color: approx Humming Bird. HEX triplet: C7, FB and EF. RGB value is (199,251,239). Sum of RGB (Red+Green+Blue) = 199+251+239=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FBEF is #380410. Grayscale: #EAEAEA. Windows color (decimal): -3671057 or 15727559. OLE color: 15727559.

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

Color convert

RGB199251239-
CMYK0.2100.050.02
HSL166.15º86.67%88.24%-
HSV(B)166.15º20.72%98.43%-
XYZ73.6387.3794.64-
YUV234.08130.77102.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.88%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=28.88%
G=36.43%
B=34.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992512390.2100.050.02166.1586.6788.24
HexC7FBEF15052a65758
Octal30737335725052246127130
Binary110001111111101111101111101010101101010011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBEF; }

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

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

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

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

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

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

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

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