#C8FDEC

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

Shades of Humming Bird #C8FDEC

Tints of Humming Bird #C8FDEC

Color information

#C8FDEC (or 0xC8FDEC) is unknown color: approx Humming Bird. HEX triplet: C8, FD and EC. RGB value is (200,253,236). Sum of RGB (Red+Green+Blue) = 200+253+236=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDEC is #370213. Grayscale: #EBEBEB. Windows color (decimal): -3605012 or 15531464. OLE color: 15531464.

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

Color convert

RGB200253236-
CMYK0.2100.070.01
HSL160.75º92.98%88.82%-
HSV(B)160.75º20.95%99.22%-
XYZ74.0988.5992.55-
YUV235.21128.44102.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.03%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=29.03%
G=36.72%
B=34.25%

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
Decimal2002532360.2100.070.01160.7592.9888.82
HexC8FDEC15071a15d59
Octal31037535425071241135131
Binary11001000111111011110110010101011111010000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDEC; }

 p { color: rgb(200,253,236); }

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

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

 a { background-color: rgb(200,253,236); }

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

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

 span { border-color: rgb(200,253,236); }

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