#A3D8D9

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

Shades of Morning Glory #A3D8D9

Tints of Morning Glory #A3D8D9

Color information

#A3D8D9 (or 0xA3D8D9) is unknown color: approx Morning Glory. HEX triplet: A3, D8 and D9. RGB value is (163,216,217). Sum of RGB (Red+Green+Blue) = 163+216+217=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #A3D8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8D9 is #5C2726. Grayscale: #C8C8C8. Windows color (decimal): -6039335 or 14276771. OLE color: 14276771.

HSL color Cylindrical-coordinate representation of color #A3D8D9: hue angle of 181.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D8D9 is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163216217-
CMYK0.250.0000.15
HSL181.11º41.54%74.51%-
HSV(B)181.11º24.88%85.1%-
XYZ52.1861.9174.84-
YUV200.27137.44101.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.35%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=27.35%
G=36.24%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632162170.250.0000.15181.1141.5474.51
HexA3D8D91900Fb52a4b
Octal24333033131001726552113
Binary10100011110110001101100111001001111101101011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8D9; }

 p { color: rgb(163,216,217); }

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

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

 a { background-color: rgb(163,216,217); }

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

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

 span { border-color: rgb(163,216,217); }

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