Html Css Color HEX #ACC2DB Light Steel Blue

📋 copy color: '#ACC2DB'

red 172 ◦ green 194 ◦ blue 219

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

Shades of Light Steel Blue #ACC2DB

Tints of Light Steel Blue #ACC2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 29.4%
G = 33.16%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC2DB (or 0xACC2DB) is known color: Light Steel Blue. HEX triplet: AC, C2 and DB. RGB value is (172,194,219). Sum of RGB (Red+Green+Blue) = 172+194+219=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DB is #533D24. Grayscale: #BEBEBE. Windows color (decimal): -5455141 or 14402220. OLE color: 14402220.

HSL color Cylindrical-coordinate representation of color #ACC2DB: hue angle of 211.91º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC2DB is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 194 219 -
CMYK 0.21 0.11 0 0.14
HSL 211.91º 0.39% 0.77% -
HSV(B) 211.91º 0.21% 0.86% -
XYZ 49.09 52.47 74.56 -
YUV 190.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 172 194 219 0.21 0.11 0 0.14 211.91 0.39 0.77
Hex AC C2 DB 15 B 0 E D4 27 4D
Octal 254 302 333 25 13 0 16 324 47 115
Binary 10101100 11000010 11011011 10101 1011 0 1110 11010100 100111 1001101

Color Harmonies of #ACC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2DB

Black with #ACC2DB

Text Example


Text Example

White with #ACC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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