Html Css Color HEX #ACC1E2 Light Steel Blue

📋 copy color: '#ACC1E2'

red 172 ◦ green 193 ◦ blue 226

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

Shades of Light Steel Blue #ACC1E2

Tints of Light Steel Blue #ACC1E2

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.66%

 BLUE value IS 226 (88.67% from 255) = 38.24%

R = 29.1%
G = 32.66%
B = 38.24%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACC1E2 (or 0xACC1E2) is known color: Light Steel Blue. HEX triplet: AC, C1 and E2. RGB value is (172,193,226). Sum of RGB (Red+Green+Blue) = 172+193+226=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACC1E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1E2 is #533E1D. Grayscale: #BEBEBE. Windows color (decimal): -5455390 or 14860716. OLE color: 14860716.

HSL color Cylindrical-coordinate representation of color #ACC1E2: hue angle of 216.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACC1E2 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 193 226 -
CMYK 0.24 0.15 0 0.11
HSL 216.67º 0.48% 0.78% -
HSV(B) 216.67º 0.24% 0.89% -
XYZ 49.81 52.4 79.44 -
YUV 190.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 172 193 226 0.24 0.15 0 0.11 216.67 0.48 0.78
Hex AC C1 E2 18 F 0 B D9 30 4E
Octal 254 301 342 30 17 0 13 331 60 116
Binary 10101100 11000001 11100010 11000 1111 0 1011 11011001 110000 1001110

Color Harmonies of #ACC1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1E2

Black with #ACC1E2

Text Example


Text Example

White with #ACC1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1E2; }

 p { color: rgb(172,193,226); }

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

background-color css

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

 a { background-color: rgb(172,193,226); }

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

border-color css

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

 span { border-color: rgb(172,193,226); }

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