#A3D1D6

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

Shades of Morning Glory #A3D1D6

Tints of Morning Glory #A3D1D6

Color information

#A3D1D6 (or 0xA3D1D6) is unknown color: approx Morning Glory. HEX triplet: A3, D1 and D6. RGB value is (163,209,214). Sum of RGB (Red+Green+Blue) = 163+209+214=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3D1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D1D6 is #5C2E29. Grayscale: #C3C3C3. Windows color (decimal): -6041130 or 14078371. OLE color: 14078371.

HSL color Cylindrical-coordinate representation of color #A3D1D6: hue angle of 185.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D1D6 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163209214-
CMYK0.240.0200.16
HSL185.88º38.35%73.92%-
HSV(B)185.88º23.83%83.92%-
XYZ50.0458.2472.22-
YUV195.82138.26104.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 209 (82.03% from 255) = 35.67%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=27.82%
G=35.67%
B=36.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632092140.240.0200.16185.8838.3573.92
HexA3D1D6182010ba264a
Octal24332132630202027246112
Binary1010001111010001110101101100010010000101110101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D1D6; }

 p { color: rgb(163,209,214); }

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

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

 a { background-color: rgb(163,209,214); }

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

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

 span { border-color: rgb(163,209,214); }

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