#C6FAED

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

Shades of Humming Bird #C6FAED

Tints of Humming Bird #C6FAED

Color information

#C6FAED (or 0xC6FAED) is unknown color: approx Humming Bird. HEX triplet: C6, FA and ED. RGB value is (198,250,237). Sum of RGB (Red+Green+Blue) = 198+250+237=685 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.91% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAED is #390512. Grayscale: #E8E8E8. Windows color (decimal): -3736851 or 15596230. OLE color: 15596230.

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

Color convert

RGB198250237-
CMYK0.2100.050.02
HSL165º83.87%87.84%-
HSV(B)165º20.8%98.04%-
XYZ72.7686.4992.98-
YUV232.97130.27103.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.91%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=28.91%
G=36.50%
B=34.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982502370.2100.050.0216583.8787.84
HexC6FAED15052a55458
Octal30637235525052245124130
Binary110001101111101011101101101010101101010010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FAED; }

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

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

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

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

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

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

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

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