Html Css Color HEX #ACC2DE Light Steel Blue

📋 copy color: '#ACC2DE'

red 172 ◦ green 194 ◦ blue 222

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

Shades of Light Steel Blue #ACC2DE

Tints of Light Steel Blue #ACC2DE

RGB

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

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

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

R = 29.25%
G = 32.99%
B = 37.76%

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

#ACC2DE (or 0xACC2DE) is known color: Light Steel Blue. HEX triplet: AC, C2 and DE. RGB value is (172,194,222). Sum of RGB (Red+Green+Blue) = 172+194+222=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DE is #533D21. Grayscale: #BEBEBE. Windows color (decimal): -5455138 or 14598828. OLE color: 14598828.

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

Color convert

RGB 172 194 222 -
CMYK 0.23 0.13 0 0.13
HSL 213.6º 0.43% 0.77% -
HSV(B) 213.6º 0.23% 0.87% -
XYZ 49.49 52.63 76.66 -
YUV 190.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 172 194 222 0.23 0.13 0 0.13 213.6 0.43 0.77
Hex AC C2 DE 17 D 0 D D6 2B 4D
Octal 254 302 336 27 15 0 15 326 53 115
Binary 10101100 11000010 11011110 10111 1101 0 1101 11010110 101011 1001101

Color Harmonies of #ACC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2DE

Black with #ACC2DE

Text Example


Text Example

White with #ACC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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