#C6FCEF

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

Shades of Humming Bird #C6FCEF

Tints of Humming Bird #C6FCEF

Color information

#C6FCEF (or 0xC6FCEF) is unknown color: approx Humming Bird. HEX triplet: C6, FC and EF. RGB value is (198,252,239). Sum of RGB (Red+Green+Blue) = 198+252+239=689 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.74% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FCEF is #390310. Grayscale: #EAEAEA. Windows color (decimal): -3736337 or 15727814. OLE color: 15727814.

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

Color convert

RGB198252239-
CMYK0.2100.050.01
HSL165.56º90%88.24%-
HSV(B)165.56º21.43%98.82%-
XYZ73.6887.8694.74-
YUV234.37130.61102.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.74%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=28.74%
G=36.57%
B=34.69%

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
Decimal1982522390.2100.050.01165.569088.24
HexC6FCEF15051a65a58
Octal30637435725051246132130
Binary11000110111111001110111110101010111010011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FCEF; }

 p { color: rgb(198,252,239); }

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

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

 a { background-color: rgb(198,252,239); }

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

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

 span { border-color: rgb(198,252,239); }

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