#C7FDF0

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

Shades of Humming Bird #C7FDF0

Tints of Humming Bird #C7FDF0

Color information

#C7FDF0 (or 0xC7FDF0) is unknown color: approx Humming Bird. HEX triplet: C7, FD and F0. RGB value is (199,253,240). Sum of RGB (Red+Green+Blue) = 199+253+240=692 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.76% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDF0 is #38020F. Grayscale: #EBEBEB. Windows color (decimal): -3670544 or 15793607. OLE color: 15793607.

HSL color Cylindrical-coordinate representation of color #C7FDF0: hue angle of 165.56º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDF0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB199253240-
CMYK0.2100.050.01
HSL165.56º93.1%88.63%-
HSV(B)165.56º21.34%99.22%-
XYZ74.4188.6895.63-
YUV235.37130.61102.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.76%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 240 (94.14% from 255) = 34.68%
R=28.76%
G=36.56%
B=34.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532400.2100.050.01165.5693.188.63
HexC7FDF015051a65d59
Octal30737536025051246135131
Binary11000111111111011111000010101010111010011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDF0; }

 p { color: rgb(199,253,240); }

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

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

 a { background-color: rgb(199,253,240); }

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

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

 span { border-color: rgb(199,253,240); }

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