Html Css Color HEX #ACC0DB Light Steel Blue

📋 copy color: '#ACC0DB'

red 172 ◦ green 192 ◦ blue 219

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

Shades of Light Steel Blue #ACC0DB

Tints of Light Steel Blue #ACC0DB

RGB

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

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

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

R = 29.5%
G = 32.93%
B = 37.56%

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

#ACC0DB (or 0xACC0DB) is known color: Light Steel Blue. HEX triplet: AC, C0 and DB. RGB value is (172,192,219). Sum of RGB (Red+Green+Blue) = 172+192+219=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DB is #533F24. Grayscale: #BCBCBC. Windows color (decimal): -5455653 or 14401708. OLE color: 14401708.

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

Color convert

RGB 172 192 219 -
CMYK 0.21 0.12 0 0.14
HSL 214.47º 0.39% 0.77% -
HSV(B) 214.47º 0.21% 0.86% -
XYZ 48.65 51.58 74.41 -
YUV 189.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 172 192 219 0.21 0.12 0 0.14 214.47 0.39 0.77
Hex AC C0 DB 15 C 0 E D6 27 4D
Octal 254 300 333 25 14 0 16 326 47 115
Binary 10101100 11000000 11011011 10101 1100 0 1110 11010110 100111 1001101

Color Harmonies of #ACC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0DB

Black with #ACC0DB

Text Example


Text Example

White with #ACC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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