Html Css Color HEX #ACC1DB Light Steel Blue

📋 copy color: '#ACC1DB'

red 172 ◦ green 193 ◦ blue 219

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

Shades of Light Steel Blue #ACC1DB

Tints of Light Steel Blue #ACC1DB

RGB

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

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

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

R = 29.45%
G = 33.05%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC1DB (or 0xACC1DB) is known color: Light Steel Blue. HEX triplet: AC, C1 and DB. RGB value is (172,193,219). Sum of RGB (Red+Green+Blue) = 172+193+219=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DB is #533E24. Grayscale: #BDBDBD. Windows color (decimal): -5455397 or 14401964. OLE color: 14401964.

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

Color convert

RGB 172 193 219 -
CMYK 0.21 0.12 0 0.14
HSL 213.19º 0.39% 0.77% -
HSV(B) 213.19º 0.21% 0.86% -
XYZ 48.87 52.03 74.48 -
YUV 189.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 172 193 219 0.21 0.12 0 0.14 213.19 0.39 0.77
Hex AC C1 DB 15 C 0 E D5 27 4D
Octal 254 301 333 25 14 0 16 325 47 115
Binary 10101100 11000001 11011011 10101 1100 0 1110 11010101 100111 1001101

Color Harmonies of #ACC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1DB

Black with #ACC1DB

Text Example


Text Example

White with #ACC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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