#ACC0E1

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

Shades of Light Steel Blue #ACC0E1

Tints of Light Steel Blue #ACC0E1

Color information

#ACC0E1 (or 0xACC0E1) is unknown color: approx Light Steel Blue. HEX triplet: AC, C0 and E1. RGB value is (172,192,225). Sum of RGB (Red+Green+Blue) = 172+192+225=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACC0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0E1 is #533F1E. Grayscale: #BDBDBD. Windows color (decimal): -5455647 or 14794924. OLE color: 14794924.

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

Color convert

RGB172192225-
CMYK0.240.1500.12
HSL217.36º46.9%77.84%-
HSV(B)217.36º23.56%88.24%-
XYZ49.4551.9178.65-
YUV189.78147.87115.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=29.20%
G=32.60%
B=38.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721922250.240.1500.12217.3646.977.84
HexACC0E118F0Cd92f4e
Octal254300341301701433157116
Binary10101100110000001110000111000111101100110110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0E1; }

 p { color: rgb(172,192,225); }

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

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

 a { background-color: rgb(172,192,225); }

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

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

 span { border-color: rgb(172,192,225); }

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