#A4D6DB

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

Shades of Morning Glory #A4D6DB

Tints of Morning Glory #A4D6DB

Color information

#A4D6DB (or 0xA4D6DB) is unknown color: approx Morning Glory. HEX triplet: A4, D6 and DB. RGB value is (164,214,219). Sum of RGB (Red+Green+Blue) = 164+214+219=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6DB is #5B2924. Grayscale: #C7C7C7. Windows color (decimal): -5974309 or 14407332. OLE color: 14407332.

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

Color convert

RGB164214219-
CMYK0.250.0200.14
HSL185.45º43.31%75.1%-
HSV(B)185.45º25.11%85.88%-
XYZ52.1461.176.06-
YUV199.62138.94102.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.47%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=27.47%
G=35.85%
B=36.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642142190.250.0200.14185.4543.3175.1
HexA4D6DB1920Eb92b4b
Octal24432633331201627153113
Binary101001001101011011011011110011001110101110011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6DB; }

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

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

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

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

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

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

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

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