#ABD1D4

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

Shades of Morning Glory #ABD1D4

Tints of Morning Glory #ABD1D4

Color information

#ABD1D4 (or 0xABD1D4) is unknown color: approx Morning Glory. HEX triplet: AB, D1 and D4. RGB value is (171,209,212). Sum of RGB (Red+Green+Blue) = 171+209+212=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABD1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1D4 is #542E2B. Grayscale: #C5C5C5. Windows color (decimal): -5516844 or 13947307. OLE color: 13947307.

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

Color convert

RGB171209212-
CMYK0.190.0100.17
HSL184.39º32.28%75.1%-
HSV(B)184.39º19.34%83.14%-
XYZ51.4859.0170.96-
YUV197.98135.91108.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=28.89%
G=35.30%
B=35.81%

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
Decimal1712092120.190.0100.17184.3932.2875.1
HexABD1D4131011b8204b
Octal25332132423102127040113
Binary101010111101000111010100100111010001101110001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1D4; }

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

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

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

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

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

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

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

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