#ACBDE0

Color #ACBDE0 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ACBDE0

Tints of Light Steel Blue #ACBDE0

Color information

#ACBDE0 (or 0xACBDE0) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and E0. RGB value is (172,189,224). Sum of RGB (Red+Green+Blue) = 172+189+224=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACBDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDE0 is #53421F. Grayscale: #BBBBBB. Windows color (decimal): -5456416 or 14728620. OLE color: 14728620.

HSL color Cylindrical-coordinate representation of color #ACBDE0: hue angle of 220.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACBDE0 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172189224-
CMYK0.230.1600.12
HSL220.38º45.61%77.65%-
HSV(B)220.38º23.21%87.84%-
XYZ48.6750.5577.71-
YUV187.91148.37116.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=29.40%
G=32.31%
B=38.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721892240.230.1600.12220.3845.6177.65
HexACBDE017100Cdc2e4e
Octal254275340272001433456116
Binary101011001011110111100000101111000001100110111001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDE0; }

 p { color: rgb(172,189,224); }

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

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

 a { background-color: rgb(172,189,224); }

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

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

 span { border-color: rgb(172,189,224); }

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