#A2DBDC

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

Shades of Morning Glory #A2DBDC

Tints of Morning Glory #A2DBDC

Color information

#A2DBDC (or 0xA2DBDC) is unknown color: approx Morning Glory. HEX triplet: A2, DB and DC. RGB value is (162,219,220). Sum of RGB (Red+Green+Blue) = 162+219+220=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 219 (85.94% from 255 or 36.44% 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 #A2DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBDC is #5D2423. Grayscale: #CACACA. Windows color (decimal): -6104100 or 14474146. OLE color: 14474146.

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

Color convert

RGB162219220-
CMYK0.260.0000.14
HSL181.03º45.31%74.9%-
HSV(B)181.03º26.36%86.27%-
XYZ53.1563.5177.17-
YUV202.07138.1299.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.96%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=26.96%
G=36.44%
B=36.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622192200.260.0000.14181.0345.3174.9
HexA2DBDC1A00Eb52d4b
Octal24233333432001626555113
Binary10100010110110111101110011010001110101101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DBDC; }

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

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

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

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

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

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

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

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