#ACCAE0

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

Shades of Light Steel Blue #ACCAE0

Tints of Light Steel Blue #ACCAE0

Color information

#ACCAE0 (or 0xACCAE0) is unknown color: approx Light Steel Blue. HEX triplet: AC, CA and E0. RGB value is (172,202,224). Sum of RGB (Red+Green+Blue) = 172+202+224=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE0 is #53351F. Grayscale: #C3C3C3. Windows color (decimal): -5453088 or 14731948. OLE color: 14731948.

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

Color convert

RGB172202224-
CMYK0.230.1000.12
HSL205.38º45.61%77.65%-
HSV(B)205.38º23.21%87.84%-
XYZ51.5956.3978.69-
YUV195.54144.06111.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=28.76%
G=33.78%
B=37.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722022240.230.1000.12205.3845.6177.65
HexACCAE017A0Ccd2e4e
Octal254312340271201431556116
Binary10101100110010101110000010111101001100110011011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAE0; }

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

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

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

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

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

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

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

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