#a3d2d3

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

Shades of Morning Glory #A3D2D3

Tints of Morning Glory #A3D2D3

Color information

#A3D2D3 (or 0xA3D2D3) is unknown color: approx Morning Glory. HEX triplet: A3, D2 and D3. RGB value is (163,210,211). Sum of RGB (Red+Green+Blue) = 163+210+211=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #A3D2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2D3 is #5C2D2C. Grayscale: #C4C4C4. Windows color (decimal): -6040877 or 13882019. OLE color: 13882019.

HSL color Cylindrical-coordinate representation of color #A3D2D3: hue angle of 181.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D2D3 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB163210211-
CMYK0.230.0000.17
HSL181.25º35.29%73.33%-
HSV(B)181.25º22.75%82.75%-
XYZ49.9158.5870.31-
YUV196.06136.43104.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.91%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=27.91%
G=35.96%
B=36.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632102110.230.0000.17181.2535.2973.33
HexA3D2D3170011b52349
Octal24332232327002126543111
Binary101000111101001011010011101110010001101101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3d2d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3d2d3; }

 p { color: rgb(163,210,211); }

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

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

 a { background-color: rgb(163,210,211); }

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

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

 span { border-color: rgb(163,210,211); }

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