#A6DADB

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

Shades of Morning Glory #A6DADB

Tints of Morning Glory #A6DADB

Color information

#A6DADB (or 0xA6DADB) is unknown color: approx Morning Glory. HEX triplet: A6, DA and DB. RGB value is (166,218,219). Sum of RGB (Red+Green+Blue) = 166+218+219=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DADB is #592524. Grayscale: #CACACA. Windows color (decimal): -5842213 or 14408358. OLE color: 14408358.

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

Color convert

RGB166218219-
CMYK0.240.0000.14
HSL181.13º42.4%75.49%-
HSV(B)181.13º24.2%85.88%-
XYZ53.5863.3676.42-
YUV202.57137.27101.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.53%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=27.53%
G=36.15%
B=36.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662182190.240.0000.14181.1342.475.49
HexA6DADB1800Eb52a4b
Octal24633233330001626552113
Binary10100110110110101101101111000001110101101011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DADB; }

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

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

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

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

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

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

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

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