#a3d5d9

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

Shades of Morning Glory #A3D5D9

Tints of Morning Glory #A3D5D9

Color information

#A3D5D9 (or 0xA3D5D9) is unknown color: approx Morning Glory. HEX triplet: A3, D5 and D9. RGB value is (163,213,217). Sum of RGB (Red+Green+Blue) = 163+213+217=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #A3D5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5D9 is #5C2A26. Grayscale: #C6C6C6. Windows color (decimal): -6040103 or 14276003. OLE color: 14276003.

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

Color convert

RGB163213217-
CMYK0.250.0200.15
HSL184.44º41.54%74.51%-
HSV(B)184.44º24.88%85.1%-
XYZ51.4260.3874.59-
YUV198.51138.44102.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.49%
GREEN value IS 213 (83.59% from 255) = 35.92%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=27.49%
G=35.92%
B=36.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632132170.250.0200.15184.4441.5474.51
HexA3D5D91920Fb82a4b
Octal24332533131201727052113
Binary101000111101010111011001110011001111101110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3d5d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3d5d9; }

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

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

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

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

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

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

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

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