#ABD3D5

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

Shades of Morning Glory #ABD3D5

Tints of Morning Glory #ABD3D5

Color information

#ABD3D5 (or 0xABD3D5) is unknown color: approx Morning Glory. HEX triplet: AB, D3 and D5. RGB value is (171,211,213). Sum of RGB (Red+Green+Blue) = 171+211+213=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABD3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3D5 is #542C2A. Grayscale: #C7C7C7. Windows color (decimal): -5516331 or 14013355. OLE color: 14013355.

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

Color convert

RGB171211213-
CMYK0.200.0100.16
HSL182.86º33.33%75.29%-
HSV(B)182.86º19.72%83.53%-
XYZ52.160.0571.8-
YUV199.27135.75107.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=28.74%
G=35.46%
B=35.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712112130.200.0100.16182.8633.3375.29
HexABD3D5141010b7214b
Octal25332332524102026741113
Binary101010111101001111010101101001010000101101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3D5; }

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

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

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

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

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

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

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

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