#ABD3D7

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

Shades of Morning Glory #ABD3D7

Tints of Morning Glory #ABD3D7

Color information

#ABD3D7 (or 0xABD3D7) is unknown color: approx Morning Glory. HEX triplet: AB, D3 and D7. RGB value is (171,211,215). Sum of RGB (Red+Green+Blue) = 171+211+215=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABD3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3D7 is #542C28. Grayscale: #C7C7C7. Windows color (decimal): -5516329 or 14144427. OLE color: 14144427.

HSL color Cylindrical-coordinate representation of color #ABD3D7: hue angle of 185.45º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD3D7 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171211215-
CMYK0.200.0200.16
HSL185.45º35.48%75.69%-
HSV(B)185.45º20.47%84.31%-
XYZ52.3560.1573.14-
YUV199.5136.75107.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.64%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=28.64%
G=35.34%
B=36.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712112150.200.0200.16185.4535.4875.69
HexABD3D7142010b9234c
Octal25332332724202027143114
Binary1010101111010011110101111010010010000101110011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3D7; }

 p { color: rgb(171,211,215); }

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

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

 a { background-color: rgb(171,211,215); }

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

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

 span { border-color: rgb(171,211,215); }

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