#C6FDEB

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

Shades of Humming Bird #C6FDEB

Tints of Humming Bird #C6FDEB

Color information

#C6FDEB (or 0xC6FDEB) is unknown color: approx Humming Bird. HEX triplet: C6, FD and EB. RGB value is (198,253,235). Sum of RGB (Red+Green+Blue) = 198+253+235=686 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.86% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FDEB is #390214. Grayscale: #EAEAEA. Windows color (decimal): -3736085 or 15465926. OLE color: 15465926.

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

Color convert

RGB198253235-
CMYK0.2200.070.01
HSL160.36º93.22%88.43%-
HSV(B)160.36º21.74%99.22%-
XYZ73.4188.2591.76-
YUV234.5128.28101.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.86%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=28.86%
G=36.88%
B=34.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982532350.2200.070.01160.3693.2288.43
HexC6FDEB16071a05d58
Octal30637535326071240135130
Binary11000110111111011110101110110011111010000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FDEB; }

 p { color: rgb(198,253,235); }

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

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

 a { background-color: rgb(198,253,235); }

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

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

 span { border-color: rgb(198,253,235); }

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