#A6C8CD

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

Shades of Morning Glory #A6C8CD

Tints of Morning Glory #A6C8CD

Color information

#A6C8CD (or 0xA6C8CD) is unknown color: approx Morning Glory. HEX triplet: A6, C8 and CD. RGB value is (166,200,205). Sum of RGB (Red+Green+Blue) = 166+200+205=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8CD is #593732. Grayscale: #BEBEBE. Windows color (decimal): -5846835 or 13486246. OLE color: 13486246.

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

Color convert

RGB166200205-
CMYK0.190.0200.20
HSL187.69º28.06%72.75%-
HSV(B)187.69º19.02%80.39%-
XYZ47.453.8265.65-
YUV190.4136.24110.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=29.07%
G=35.03%
B=35.90%

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
Decimal1662002050.190.0200.20187.6928.0672.75
HexA6C8CD132014bc1c49
Octal24631031523202427434111
Binary101001101100100011001101100111001010010111100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C8CD; }

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

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

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

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

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

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

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

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