Html Css Color HEX #ACC6E1 Light Steel Blue

📋 copy color: '#ACC6E1'

red 172 ◦ green 198 ◦ blue 225

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

Shades of Light Steel Blue #ACC6E1

Tints of Light Steel Blue #ACC6E1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.28%

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

R = 28.91%
G = 33.28%
B = 37.82%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACC6E1 (or 0xACC6E1) is known color: Light Steel Blue. HEX triplet: AC, C6 and E1. RGB value is (172,198,225). Sum of RGB (Red+Green+Blue) = 172+198+225=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACC6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6E1 is #53391E. Grayscale: #C1C1C1. Windows color (decimal): -5454111 or 14796460. OLE color: 14796460.

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

Color convert

RGB 172 198 225 -
CMYK 0.24 0.12 0 0.12
HSL 210.57º 0.47% 0.78% -
HSV(B) 210.57º 0.24% 0.88% -
XYZ 50.8 54.6 79.09 -
YUV 193.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 172 198 225 0.24 0.12 0 0.12 210.57 0.47 0.78
Hex AC C6 E1 18 C 0 C D3 2F 4E
Octal 254 306 341 30 14 0 14 323 57 116
Binary 10101100 11000110 11100001 11000 1100 0 1100 11010011 101111 1001110

Color Harmonies of #ACC6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6E1

Black with #ACC6E1

Text Example


Text Example

White with #ACC6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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