Html Css Color HEX #ACCAE1 Light Steel Blue

📋 copy color: '#ACCAE1'

red 172 ◦ green 202 ◦ blue 225

#ACCAE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #ACCAE1

Tints of Light Steel Blue #ACCAE1

RGB

 RED value IS 172 (67.58% from 255) = 28.71%

 GREEN value IS 202 (79.3% 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 value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACCAE1 (or 0xACCAE1) is known color: 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

RGB 172 202 225 -
CMYK 0.24 0.10 0 0.12
HSL 206.04º 0.47% 0.78% -
HSV(B) 206.04º 0.24% 0.88% -
XYZ 51.72 56.45 79.4 -
YUV 195.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 172 202 225 0.24 0.10 0 0.12 206.04 0.47 0.78
Hex AC CA E1 18 A 0 C CE 2F 4E
Octal 254 312 341 30 12 0 14 316 57 116
Binary 10101100 11001010 11100001 11000 1010 0 1100 11001110 101111 1001110

Color Harmonies of #ACCAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAE1

Black with #ACCAE1

Text Example


Text Example

White with #ACCAE1

Text Example


Text Example

HTML Codes & Css Web 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>