#ACC7E1

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

Shades of Light Steel Blue #ACC7E1

Tints of Light Steel Blue #ACC7E1

Color information

#ACC7E1 (or 0xACC7E1) is unknown color: approx Light Steel Blue. HEX triplet: AC, C7 and E1. RGB value is (172,199,225). Sum of RGB (Red+Green+Blue) = 172+199+225=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACC7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7E1 is #53381E. Grayscale: #C1C1C1. Windows color (decimal): -5453855 or 14796716. OLE color: 14796716.

HSL color Cylindrical-coordinate representation of color #ACC7E1: hue angle of 209.43º 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 #ACC7E1 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172199225-
CMYK0.240.1200.12
HSL209.43º46.9%77.84%-
HSV(B)209.43º23.56%88.24%-
XYZ51.0355.0579.17-
YUV193.89145.55112.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=28.86%
G=33.39%
B=37.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721992250.240.1200.12209.4346.977.84
HexACC7E118C0Cd12f4e
Octal254307341301401432157116
Binary10101100110001111110000111000110001100110100011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7E1; }

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

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

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

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

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

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

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

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