#A6C9CD

Color #A6C9CD Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #A6C9CD

Tints of Morning Glory #A6C9CD

Color information

#A6C9CD (or 0xA6C9CD) is unknown color: approx Morning Glory. HEX triplet: A6, C9 and CD. RGB value is (166,201,205). Sum of RGB (Red+Green+Blue) = 166+201+205=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C9CD is #593632. Grayscale: #BEBEBE. Windows color (decimal): -5846579 or 13486502. OLE color: 13486502.

HSL color Cylindrical-coordinate representation of color #A6C9CD: hue angle of 186.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6C9CD is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166201205-
CMYK0.190.0200.20
HSL186.15º28.06%72.75%-
HSV(B)186.15º19.02%80.39%-
XYZ47.6354.2965.73-
YUV190.99135.9110.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 201 (78.91% from 255) = 35.14%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=29.02%
G=35.14%
B=35.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662012050.190.0200.20186.1528.0672.75
HexA6C9CD132014ba1c49
Octal24631131523202427234111
Binary101001101100100111001101100111001010010111010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C9CD; }

 p { color: rgb(166,201,205); }

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

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

 a { background-color: rgb(166,201,205); }

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

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

 span { border-color: rgb(166,201,205); }

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