#C7FDEE

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

Shades of Humming Bird #C7FDEE

Tints of Humming Bird #C7FDEE

Color information

#C7FDEE (or 0xC7FDEE) is unknown color: approx Humming Bird. HEX triplet: C7, FD and EE. RGB value is (199,253,238). Sum of RGB (Red+Green+Blue) = 199+253+238=690 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.84% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDEE is #380211. Grayscale: #EBEBEB. Windows color (decimal): -3670546 or 15662535. OLE color: 15662535.

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

Color convert

RGB199253238-
CMYK0.2100.060.01
HSL163.33º93.1%88.63%-
HSV(B)163.33º21.34%99.22%-
XYZ74.1188.5794.08-
YUV235.14129.61102.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.84%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=28.84%
G=36.67%
B=34.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532380.2100.060.01163.3393.188.63
HexC7FDEE15061a35d59
Octal30737535625061243135131
Binary11000111111111011110111010101011011010001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDEE; }

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

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

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

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

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

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

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

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