Html Css Color HEX #ACBDD9 Light Steel Blue

📋 copy color: '#ACBDD9'

red 172 ◦ green 189 ◦ blue 217

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

Shades of Light Steel Blue #ACBDD9

Tints of Light Steel Blue #ACBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 29.76%
G = 32.7%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACBDD9 (or 0xACBDD9) is known color: Light Steel Blue. HEX triplet: AC, BD and D9. RGB value is (172,189,217). Sum of RGB (Red+Green+Blue) = 172+189+217=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD9 is #534226. Grayscale: #BABABA. Windows color (decimal): -5456423 or 14269868. OLE color: 14269868.

HSL color Cylindrical-coordinate representation of color #ACBDD9: hue angle of 217.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACBDD9 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 189 217 -
CMYK 0.21 0.13 0 0.15
HSL 217.33º 0.37% 0.76% -
HSV(B) 217.33º 0.21% 0.85% -
XYZ 47.74 50.18 72.81 -
YUV 187.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 172 189 217 0.21 0.13 0 0.15 217.33 0.37 0.76
Hex AC BD D9 15 D 0 F D9 25 4C
Octal 254 275 331 25 15 0 17 331 45 114
Binary 10101100 10111101 11011001 10101 1101 0 1111 11011001 100101 1001100

Color Harmonies of #ACBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDD9

Black with #ACBDD9

Text Example


Text Example

White with #ACBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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