#C7FCEA

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

Shades of Humming Bird #C7FCEA

Tints of Humming Bird #C7FCEA

Color information

#C7FCEA (or 0xC7FCEA) is unknown color: approx Humming Bird. HEX triplet: C7, FC and EA. RGB value is (199,252,234). Sum of RGB (Red+Green+Blue) = 199+252+234=685 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.05% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCEA is #380315. Grayscale: #EAEAEA. Windows color (decimal): -3670806 or 15400135. OLE color: 15400135.

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

Color convert

RGB199252234-
CMYK0.2100.070.01
HSL159.62º89.83%88.43%-
HSV(B)159.62º21.03%98.82%-
XYZ73.2187.790.91-
YUV234.1127.94102.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.05%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=29.05%
G=36.79%
B=34.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992522340.2100.070.01159.6289.8388.43
HexC7FCEA15071a05a58
Octal30737435225071240132130
Binary11000111111111001110101010101011111010000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FCEA; }

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

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

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

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

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

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

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

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