Html Css Color HEX #ACBDDB Light Steel Blue

📋 copy color: '#ACBDDB'

red 172 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #ACBDDB

Tints of Light Steel Blue #ACBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.59%

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

R = 29.66%
G = 32.59%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACBDDB (or 0xACBDDB) is known color: Light Steel Blue. HEX triplet: AC, BD and DB. RGB value is (172,189,219). Sum of RGB (Red+Green+Blue) = 172+189+219=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDB is #534224. Grayscale: #BBBBBB. Windows color (decimal): -5456421 or 14400940. OLE color: 14400940.

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

Color convert

RGB 172 189 219 -
CMYK 0.21 0.14 0 0.14
HSL 218.3º 0.39% 0.77% -
HSV(B) 218.3º 0.21% 0.86% -
XYZ 48 50.28 74.19 -
YUV 187.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 172 189 219 0.21 0.14 0 0.14 218.3 0.39 0.77
Hex AC BD DB 15 E 0 E DA 27 4D
Octal 254 275 333 25 16 0 16 332 47 115
Binary 10101100 10111101 11011011 10101 1110 0 1110 11011010 100111 1001101

Color Harmonies of #ACBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDDB

Black with #ACBDDB

Text Example


Text Example

White with #ACBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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