#C7FEF3

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

Shades of Humming Bird #C7FEF3

Tints of Humming Bird #C7FEF3

Color information

#C7FEF3 (or 0xC7FEF3) is unknown color: approx Humming Bird. HEX triplet: C7, FE and F3. RGB value is (199,254,243). Sum of RGB (Red+Green+Blue) = 199+254+243=696 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.59% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEF3 is #38010C. Grayscale: #ECECEC. Windows color (decimal): -3670285 or 15990471. OLE color: 15990471.

HSL color Cylindrical-coordinate representation of color #C7FEF3: hue angle of 168º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEF3 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB199254243-
CMYK0.2200.040.00
HSL168º96.49%88.82%-
HSV(B)168º21.65%99.61%-
XYZ75.1789.598.11-
YUV236.3131.78101.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.59%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=28.59%
G=36.49%
B=34.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542430.2200.040.0016896.4988.82
HexC7FEF316040a86059
Octal30737636326040250140131
Binary11000111111111101111001110110010001010100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEF3; }

 p { color: rgb(199,254,243); }

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

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

 a { background-color: rgb(199,254,243); }

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

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

 span { border-color: rgb(199,254,243); }

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