#A3DADC

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

Shades of Morning Glory #A3DADC

Tints of Morning Glory #A3DADC

Color information

#A3DADC (or 0xA3DADC) is unknown color: approx Morning Glory. HEX triplet: A3, DA and DC. RGB value is (163,218,220). Sum of RGB (Red+Green+Blue) = 163+218+220=601 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.12% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DADC is #5C2523. Grayscale: #C9C9C9. Windows color (decimal): -6038820 or 14473891. OLE color: 14473891.

HSL color Cylindrical-coordinate representation of color #A3DADC: hue angle of 182.11º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DADC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163218220-
CMYK0.260.0100.14
HSL182.11º44.88%75.1%-
HSV(B)182.11º25.91%86.27%-
XYZ53.0963.177.09-
YUV201.78138.28100.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.12%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=27.12%
G=36.27%
B=36.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632182200.260.0100.14182.1144.8875.1
HexA3DADC1A10Eb62d4b
Octal24333233432101626655113
Binary10100011110110101101110011010101110101101101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DADC; }

 p { color: rgb(163,218,220); }

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

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

 a { background-color: rgb(163,218,220); }

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

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

 span { border-color: rgb(163,218,220); }

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