#A5DADB

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

Shades of Morning Glory #A5DADB

Tints of Morning Glory #A5DADB

Color information

#A5DADB (or 0xA5DADB) is unknown color: approx Morning Glory. HEX triplet: A5, DA and DB. RGB value is (165,218,219). Sum of RGB (Red+Green+Blue) = 165+218+219=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DADB is #5A2524. Grayscale: #CACACA. Windows color (decimal): -5907749 or 14408357. OLE color: 14408357.

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

Color convert

RGB165218219-
CMYK0.250.0000.14
HSL181.11º42.86%75.29%-
HSV(B)181.11º24.66%85.88%-
XYZ53.3763.2676.41-
YUV202.27137.44101.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.41%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=27.41%
G=36.21%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652182190.250.0000.14181.1142.8675.29
HexA5DADB1900Eb52b4b
Octal24533233331001626553113
Binary10100101110110101101101111001001110101101011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DADB; }

 p { color: rgb(165,218,219); }

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

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

 a { background-color: rgb(165,218,219); }

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

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

 span { border-color: rgb(165,218,219); }

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