#A4DBDC

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

Shades of Morning Glory #A4DBDC

Tints of Morning Glory #A4DBDC

Color information

#A4DBDC (or 0xA4DBDC) is unknown color: approx Morning Glory. HEX triplet: A4, DB and DC. RGB value is (164,219,220). Sum of RGB (Red+Green+Blue) = 164+219+220=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBDC is #5B2423. Grayscale: #CACACA. Windows color (decimal): -5973028 or 14474148. OLE color: 14474148.

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

Color convert

RGB164219220-
CMYK0.250.0000.14
HSL181.07º44.44%75.29%-
HSV(B)181.07º25.45%86.27%-
XYZ53.5663.7277.19-
YUV202.67137.78100.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=27.20%
G=36.32%
B=36.48%

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
Decimal1642192200.250.0000.14181.0744.4475.29
HexA4DBDC1900Eb52c4b
Octal24433333431001626554113
Binary10100100110110111101110011001001110101101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBDC; }

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

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

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

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

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

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

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

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