#ABD2D4

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

Shades of Morning Glory #ABD2D4

Tints of Morning Glory #ABD2D4

Color information

#ABD2D4 (or 0xABD2D4) is unknown color: approx Morning Glory. HEX triplet: AB, D2 and D4. RGB value is (171,210,212). Sum of RGB (Red+Green+Blue) = 171+210+212=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABD2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2D4 is #542D2B. Grayscale: #C6C6C6. Windows color (decimal): -5516588 or 13947563. OLE color: 13947563.

HSL color Cylindrical-coordinate representation of color #ABD2D4: hue angle of 182.93º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2D4 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171210212-
CMYK0.190.0100.17
HSL182.93º32.28%75.1%-
HSV(B)182.93º19.34%83.14%-
XYZ51.7259.571.05-
YUV198.57135.58108.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=28.84%
G=35.41%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712102120.190.0100.17182.9332.2875.1
HexABD2D4131011b7204b
Octal25332232423102126740113
Binary101010111101001011010100100111010001101101111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD2D4; }

 p { color: rgb(171,210,212); }

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

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

 a { background-color: rgb(171,210,212); }

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

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

 span { border-color: rgb(171,210,212); }

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