Html Css Color HEX #ACC0DE Light Steel Blue

📋 copy color: '#ACC0DE'

red 172 ◦ green 192 ◦ blue 222

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

Shades of Light Steel Blue #ACC0DE

Tints of Light Steel Blue #ACC0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

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

R = 29.35%
G = 32.76%
B = 37.88%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC0DE (or 0xACC0DE) is known color: Light Steel Blue. HEX triplet: AC, C0 and DE. RGB value is (172,192,222). Sum of RGB (Red+Green+Blue) = 172+192+222=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DE is #533F21. Grayscale: #BDBDBD. Windows color (decimal): -5455650 or 14598316. OLE color: 14598316.

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

Color convert

RGB 172 192 222 -
CMYK 0.23 0.14 0 0.13
HSL 216º 0.43% 0.77% -
HSV(B) 216º 0.23% 0.87% -
XYZ 49.05 51.74 76.51 -
YUV 189.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 172 192 222 0.23 0.14 0 0.13 216 0.43 0.77
Hex AC C0 DE 17 E 0 D D8 2B 4D
Octal 254 300 336 27 16 0 15 330 53 115
Binary 10101100 11000000 11011110 10111 1110 0 1101 11011000 101011 1001101

Color Harmonies of #ACC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0DE

Black with #ACC0DE

Text Example


Text Example

White with #ACC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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