#C6F9ED

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

Shades of Humming Bird #C6F9ED

Tints of Humming Bird #C6F9ED

Color information

#C6F9ED (or 0xC6F9ED) is unknown color: approx Humming Bird. HEX triplet: C6, F9 and ED. RGB value is (198,249,237). Sum of RGB (Red+Green+Blue) = 198+249+237=684 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.95% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F9ED is #390612. Grayscale: #E8E8E8. Windows color (decimal): -3737107 or 15595974. OLE color: 15595974.

HSL color Cylindrical-coordinate representation of color #C6F9ED: hue angle of 165.88º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6F9ED is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB198249237-
CMYK0.2000.050.02
HSL165.88º80.95%87.65%-
HSV(B)165.88º20.48%97.65%-
XYZ72.4585.8792.88-
YUV232.38130.6103.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.95%
GREEN value IS 249 (97.66% from 255) = 36.40%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=28.95%
G=36.40%
B=34.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982492370.2000.050.02165.8880.9587.65
HexC6F9ED14052a65158
Octal30637135524052246121130
Binary110001101111100111101101101000101101010011010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F9ED; }

 p { color: rgb(198,249,237); }

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

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

 a { background-color: rgb(198,249,237); }

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

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

 span { border-color: rgb(198,249,237); }

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