Html Css Color HEX #ACC2E1 Light Steel Blue

📋 copy color: '#ACC2E1'

red 172 ◦ green 194 ◦ blue 225

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

Shades of Light Steel Blue #ACC2E1

Tints of Light Steel Blue #ACC2E1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.83%

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 29.1%
G = 32.83%
B = 38.07%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACC2E1 (or 0xACC2E1) is known color: Light Steel Blue. HEX triplet: AC, C2 and E1. RGB value is (172,194,225). Sum of RGB (Red+Green+Blue) = 172+194+225=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACC2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2E1 is #533D1E. Grayscale: #BEBEBE. Windows color (decimal): -5455135 or 14795436. OLE color: 14795436.

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

Color convert

RGB 172 194 225 -
CMYK 0.24 0.14 0 0.12
HSL 215.09º 0.47% 0.78% -
HSV(B) 215.09º 0.24% 0.88% -
XYZ 49.9 52.79 78.79 -
YUV 190.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 172 194 225 0.24 0.14 0 0.12 215.09 0.47 0.78
Hex AC C2 E1 18 E 0 C D7 2F 4E
Octal 254 302 341 30 16 0 14 327 57 116
Binary 10101100 11000010 11100001 11000 1110 0 1100 11010111 101111 1001110

Color Harmonies of #ACC2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2E1

Black with #ACC2E1

Text Example


Text Example

White with #ACC2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2E1; }

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

 H1.HeaderClassName
 {
   color: #ACC2E1;
 }
 .AnyTagClassName
 {
   color: #ACC2E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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