#ABCED2

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

Shades of Morning Glory #ABCED2

Tints of Morning Glory #ABCED2

Color information

#ABCED2 (or 0xABCED2) is unknown color: approx Morning Glory. HEX triplet: AB, CE and D2. RGB value is (171,206,210). Sum of RGB (Red+Green+Blue) = 171+206+210=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABCED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED2 is #54312D. Grayscale: #C3C3C3. Windows color (decimal): -5517614 or 13815467. OLE color: 13815467.

HSL color Cylindrical-coordinate representation of color #ABCED2: hue angle of 186.15º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCED2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171206210-
CMYK0.190.0200.18
HSL186.15º30.23%74.71%-
HSV(B)186.15º18.57%82.35%-
XYZ50.557.4569.4-
YUV195.99135.9110.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 210 (82.42% from 255) = 35.78%
R=29.13%
G=35.09%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712062100.190.0200.18186.1530.2374.71
HexABCED2132012ba1e4b
Octal25331632223202227236113
Binary101010111100111011010010100111001001010111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCED2; }

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

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

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

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

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

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

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

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