#C7EFE4

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

Shades of Humming Bird #C7EFE4

Tints of Humming Bird #C7EFE4

Color information

#C7EFE4 (or 0xC7EFE4) is unknown color: approx Humming Bird. HEX triplet: C7, EF and E4. RGB value is (199,239,228). Sum of RGB (Red+Green+Blue) = 199+239+228=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EFE4 is #38101B. Grayscale: #E1E1E1. Windows color (decimal): -3674140 or 15003591. OLE color: 15003591.

HSL color Cylindrical-coordinate representation of color #C7EFE4: hue angle of 163.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7EFE4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB199239228-
CMYK0.1700.050.06
HSL163.5º55.56%85.88%-
HSV(B)163.5º16.74%93.73%-
XYZ68.4279.4885.13-
YUV225.79129.25108.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.88%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=29.88%
G=35.89%
B=34.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992392280.1700.050.06163.555.5685.88
HexC7EFE411056a43856
Octal3073573442105624470126
Binary110001111110111111100100100010101110101001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFE4; }

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

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

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

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

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

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

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

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