#C7FCF2

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

Shades of Humming Bird #C7FCF2

Tints of Humming Bird #C7FCF2

Color information

#C7FCF2 (or 0xC7FCF2) is unknown color: approx Humming Bird. HEX triplet: C7, FC and F2. RGB value is (199,252,242). Sum of RGB (Red+Green+Blue) = 199+252+242=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCF2 is #38030D. Grayscale: #EAEAEA. Windows color (decimal): -3670798 or 15924423. OLE color: 15924423.

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

Color convert

RGB199252242-
CMYK0.2100.040.01
HSL168.68º89.83%88.43%-
HSV(B)168.68º21.03%98.82%-
XYZ74.3988.1797.1-
YUV235.01131.94102.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.72%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 242 (94.92% from 255) = 34.92%
R=28.72%
G=36.36%
B=34.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992522420.2100.040.01168.6889.8388.43
HexC7FCF215041a95a58
Octal30737436225041251132130
Binary11000111111111001111001010101010011010100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FCF2; }

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

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

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

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

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

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

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

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