#ABCED0

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

Shades of Morning Glory #ABCED0

Tints of Morning Glory #ABCED0

Color information

#ABCED0 (or 0xABCED0) is unknown color: approx Morning Glory. HEX triplet: AB, CE and D0. RGB value is (171,206,208). Sum of RGB (Red+Green+Blue) = 171+206+208=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABCED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED0 is #54312F. Grayscale: #C3C3C3. Windows color (decimal): -5517616 or 13684395. OLE color: 13684395.

HSL color Cylindrical-coordinate representation of color #ABCED0: hue angle of 183.24º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCED0 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171206208-
CMYK0.180.0100.18
HSL183.24º28.24%74.31%-
HSV(B)183.24º17.79%81.57%-
XYZ50.2557.3568.1-
YUV195.76134.9110.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=29.23%
G=35.21%
B=35.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712062080.180.0100.18183.2428.2474.31
HexABCED0121012b71c4a
Octal25331632022102226734112
Binary10101011110011101101000010010101001010110111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCED0; }

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

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

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

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

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

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

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

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