Html Css Color HEX #ACC1DE Light Steel Blue

📋 copy color: '#ACC1DE'

red 172 ◦ green 193 ◦ blue 222

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

Shades of Light Steel Blue #ACC1DE

Tints of Light Steel Blue #ACC1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 29.3%
G = 32.88%
B = 37.82%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC1DE (or 0xACC1DE) is known color: Light Steel Blue. HEX triplet: AC, C1 and DE. RGB value is (172,193,222). Sum of RGB (Red+Green+Blue) = 172+193+222=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACC1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DE is #533E21. Grayscale: #BDBDBD. Windows color (decimal): -5455394 or 14598572. OLE color: 14598572.

HSL color Cylindrical-coordinate representation of color #ACC1DE: hue angle of 214.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC1DE is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 193 222 -
CMYK 0.23 0.13 0 0.13
HSL 214.8º 0.43% 0.77% -
HSV(B) 214.8º 0.23% 0.87% -
XYZ 49.27 52.18 76.58 -
YUV 190.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 172 193 222 0.23 0.13 0 0.13 214.8 0.43 0.77
Hex AC C1 DE 17 D 0 D D7 2B 4D
Octal 254 301 336 27 15 0 15 327 53 115
Binary 10101100 11000001 11011110 10111 1101 0 1101 11010111 101011 1001101

Color Harmonies of #ACC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1DE

Black with #ACC1DE

Text Example


Text Example

White with #ACC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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