#A4DADB

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

Shades of Morning Glory #A4DADB

Tints of Morning Glory #A4DADB

Color information

#A4DADB (or 0xA4DADB) is unknown color: approx Morning Glory. HEX triplet: A4, DA and DB. RGB value is (164,218,219). Sum of RGB (Red+Green+Blue) = 164+218+219=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DADB is #5B2524. Grayscale: #C9C9C9. Windows color (decimal): -5973285 or 14408356. OLE color: 14408356.

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

Color convert

RGB164218219-
CMYK0.250.0000.14
HSL181.09º43.31%75.1%-
HSV(B)181.09º25.11%85.88%-
XYZ53.1763.1576.4-
YUV201.97137.61100.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=27.29%
G=36.27%
B=36.44%

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
Decimal1642182190.250.0000.14181.0943.3175.1
HexA4DADB1900Eb52b4b
Octal24433233331001626553113
Binary10100100110110101101101111001001110101101011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DADB; }

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

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

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

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

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

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

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

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