#C6FAEC

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

Shades of Humming Bird #C6FAEC

Tints of Humming Bird #C6FAEC

Color information

#C6FAEC (or 0xC6FAEC) is unknown color: approx Humming Bird. HEX triplet: C6, FA and EC. RGB value is (198,250,236). Sum of RGB (Red+Green+Blue) = 198+250+236=684 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.95% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAEC is #390513. Grayscale: #E8E8E8. Windows color (decimal): -3736852 or 15530694. OLE color: 15530694.

HSL color Cylindrical-coordinate representation of color #C6FAEC: hue angle of 163.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FAEC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB198250236-
CMYK0.2100.060.02
HSL163.85º83.87%87.84%-
HSV(B)163.85º20.8%98.04%-
XYZ72.6186.4392.21-
YUV232.86129.77103.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.95%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=28.95%
G=36.55%
B=34.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982502360.2100.060.02163.8583.8787.84
HexC6FAEC15062a45458
Octal30637235425062244124130
Binary110001101111101011101100101010110101010010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FAEC; }

 p { color: rgb(198,250,236); }

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

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

 a { background-color: rgb(198,250,236); }

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

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

 span { border-color: rgb(198,250,236); }

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