#ABD0D3

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

Shades of Morning Glory #ABD0D3

Tints of Morning Glory #ABD0D3

Color information

#ABD0D3 (or 0xABD0D3) is unknown color: approx Morning Glory. HEX triplet: AB, D0 and D3. RGB value is (171,208,211). Sum of RGB (Red+Green+Blue) = 171+208+211=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABD0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0D3 is #542F2C. Grayscale: #C5C5C5. Windows color (decimal): -5517101 or 13881515. OLE color: 13881515.

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

Color convert

RGB171208211-
CMYK0.190.0100.17
HSL184.5º31.25%74.9%-
HSV(B)184.5º18.96%82.75%-
XYZ51.1158.4770.22-
YUV197.28135.74109.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 211 (82.81% from 255) = 35.76%
R=28.98%
G=35.25%
B=35.76%

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
Decimal1712082110.190.0100.17184.531.2574.9
HexABD0D3131011b81f4b
Octal25332032323102127037113
Binary10101011110100001101001110011101000110111000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0D3; }

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

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

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

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

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

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

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

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