#ACCAE1

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

Shades of Light Steel Blue #ACCAE1

Tints of Light Steel Blue #ACCAE1

Color information

#ACCAE1 (or 0xACCAE1) is unknown color: approx Light Steel Blue. HEX triplet: AC, CA and E1. RGB value is (172,202,225). Sum of RGB (Red+Green+Blue) = 172+202+225=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACCAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE1 is #53351E. Grayscale: #C3C3C3. Windows color (decimal): -5453087 or 14797484. OLE color: 14797484.

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

Color convert

RGB172202225-
CMYK0.240.1000.12
HSL206.04º46.9%77.84%-
HSV(B)206.04º23.56%88.24%-
XYZ51.7256.4579.4-
YUV195.65144.56111.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=28.71%
G=33.72%
B=37.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722022250.240.1000.12206.0446.977.84
HexACCAE118A0Cce2f4e
Octal254312341301201431657116
Binary10101100110010101110000111000101001100110011101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAE1; }

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

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

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

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

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

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

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

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