#a3dcdb

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

Shades of Morning Glory #A3DCDB

Tints of Morning Glory #A3DCDB

Color information

#A3DCDB (or 0xA3DCDB) is unknown color: approx Morning Glory. HEX triplet: A3, DC and DB. RGB value is (163,220,219). Sum of RGB (Red+Green+Blue) = 163+220+219=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCDB is #5C2324. Grayscale: #CACACA. Windows color (decimal): -6038309 or 14408867. OLE color: 14408867.

HSL color Cylindrical-coordinate representation of color #A3DCDB: hue angle of 178.95º 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 #A3DCDB is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB163220219-
CMYK0.2600.000.14
HSL178.95º44.88%75.1%-
HSV(B)178.95º25.91%86.27%-
XYZ53.4864.0976.57-
YUV202.84137.1299.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.08%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=27.08%
G=36.54%
B=36.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632202190.2600.000.14178.9544.8875.1
HexA3DCDB1A00Eb32d4b
Octal24333433332001626355113
Binary10100011110111001101101111010001110101100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3dcdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3dcdb; }

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

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

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

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

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

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

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

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