Html Css Color HEX #ACBDD8 Light Steel Blue

📋 copy color: '#ACBDD8'

red 172 ◦ green 189 ◦ blue 216

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

Shades of Light Steel Blue #ACBDD8

Tints of Light Steel Blue #ACBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.44%

R = 29.81%
G = 32.76%
B = 37.44%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACBDD8 (or 0xACBDD8) is known color: Light Steel Blue. HEX triplet: AC, BD and D8. RGB value is (172,189,216). Sum of RGB (Red+Green+Blue) = 172+189+216=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD8 is #534227. Grayscale: #BABABA. Windows color (decimal): -5456424 or 14204332. OLE color: 14204332.

HSL color Cylindrical-coordinate representation of color #ACBDD8: hue angle of 216.82º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACBDD8 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 189 216 -
CMYK 0.20 0.12 0 0.15
HSL 216.82º 0.36% 0.76% -
HSV(B) 216.82º 0.2% 0.85% -
XYZ 47.61 50.12 72.13 -
YUV 187 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 172 189 216 0.20 0.12 0 0.15 216.82 0.36 0.76
Hex AC BD D8 14 C 0 F D9 24 4C
Octal 254 275 330 24 14 0 17 331 44 114
Binary 10101100 10111101 11011000 10100 1100 0 1111 11011001 100100 1001100

Color Harmonies of #ACBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDD8

Black with #ACBDD8

Text Example


Text Example

White with #ACBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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