#A8D3D6

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

Shades of Morning Glory #A8D3D6

Tints of Morning Glory #A8D3D6

Color information

#A8D3D6 (or 0xA8D3D6) is unknown color: approx Morning Glory. HEX triplet: A8, D3 and D6. RGB value is (168,211,214). Sum of RGB (Red+Green+Blue) = 168+211+214=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8D3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3D6 is #572C29. Grayscale: #C6C6C6. Windows color (decimal): -5712938 or 14078888. OLE color: 14078888.

HSL color Cylindrical-coordinate representation of color #A8D3D6: hue angle of 183.91º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D3D6 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168211214-
CMYK0.210.0100.16
HSL183.91º35.94%74.9%-
HSV(B)183.91º21.5%83.92%-
XYZ51.5859.7772.44-
YUV198.48136.75106.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.33%
GREEN value IS 211 (82.81% from 255) = 35.58%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=28.33%
G=35.58%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682112140.210.0100.16183.9135.9474.9
HexA8D3D6151010b8244b
Octal25032332625102027044113
Binary101010001101001111010110101011010000101110001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D3D6; }

 p { color: rgb(168,211,214); }

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

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

 a { background-color: rgb(168,211,214); }

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

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

 span { border-color: rgb(168,211,214); }

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