Html Css Color HEX #ACBBDB Light Steel Blue

📋 copy color: '#ACBBDB'

red 172 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #ACBBDB

Tints of Light Steel Blue #ACBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

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

R = 29.76%
G = 32.35%
B = 37.89%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACBBDB (or 0xACBBDB) is known color: Light Steel Blue. HEX triplet: AC, BB and DB. RGB value is (172,187,219). Sum of RGB (Red+Green+Blue) = 172+187+219=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBDB is #534424. Grayscale: #BABABA. Windows color (decimal): -5456933 or 14400428. OLE color: 14400428.

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

Color convert

RGB 172 187 219 -
CMYK 0.21 0.15 0 0.14
HSL 220.85º 0.39% 0.77% -
HSV(B) 220.85º 0.21% 0.86% -
XYZ 47.57 49.43 74.05 -
YUV 186.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 172 187 219 0.21 0.15 0 0.14 220.85 0.39 0.77
Hex AC BB DB 15 F 0 E DD 27 4D
Octal 254 273 333 25 17 0 16 335 47 115
Binary 10101100 10111011 11011011 10101 1111 0 1110 11011101 100111 1001101

Color Harmonies of #ACBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBDB

Black with #ACBBDB

Text Example


Text Example

White with #ACBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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