#A3DDDC

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

Shades of Morning Glory #A3DDDC

Tints of Morning Glory #A3DDDC

Color information

#A3DDDC (or 0xA3DDDC) is unknown color: approx Morning Glory. HEX triplet: A3, DD and DC. RGB value is (163,221,220). Sum of RGB (Red+Green+Blue) = 163+221+220=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDDC is #5C2223. Grayscale: #CBCBCB. Windows color (decimal): -6038052 or 14474659. OLE color: 14474659.

HSL color Cylindrical-coordinate representation of color #A3DDDC: hue angle of 178.97º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDDC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB163221220-
CMYK0.2600.000.13
HSL178.97º46.03%75.29%-
HSV(B)178.97º26.24%86.67%-
XYZ53.8864.6777.35-
YUV203.54137.2899.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.99%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=26.99%
G=36.59%
B=36.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632212200.2600.000.13178.9746.0375.29
HexA3DDDC1A00Db32e4b
Octal24333533432001526356113
Binary10100011110111011101110011010001101101100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DDDC; }

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

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

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

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

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

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

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

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