#A8D4D6

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

Shades of Morning Glory #A8D4D6

Tints of Morning Glory #A8D4D6

Color information

#A8D4D6 (or 0xA8D4D6) is unknown color: approx Morning Glory. HEX triplet: A8, D4 and D6. RGB value is (168,212,214). Sum of RGB (Red+Green+Blue) = 168+212+214=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8D4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4D6 is #572B29. Grayscale: #C7C7C7. Windows color (decimal): -5712682 or 14079144. OLE color: 14079144.

HSL color Cylindrical-coordinate representation of color #A8D4D6: hue angle of 182.61º 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 #A8D4D6 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168212214-
CMYK0.210.0100.16
HSL182.61º35.94%74.9%-
HSV(B)182.61º21.5%83.92%-
XYZ51.8360.2772.52-
YUV199.07136.42105.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.28%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 214 (83.98% from 255) = 36.03%
R=28.28%
G=35.69%
B=36.03%

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
Decimal1682122140.210.0100.16182.6135.9474.9
HexA8D4D6151010b7244b
Octal25032432625102026744113
Binary101010001101010011010110101011010000101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4D6; }

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

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

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

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

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

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

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

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