Html Css Color HEX #ACBFDD Light Steel Blue

📋 copy color: '#ACBFDD'

red 172 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #ACBFDD

Tints of Light Steel Blue #ACBFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 32.71%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 29.45%
G = 32.71%
B = 37.84%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACBFDD (or 0xACBFDD) is known color: Light Steel Blue. HEX triplet: AC, BF and DD. RGB value is (172,191,221). Sum of RGB (Red+Green+Blue) = 172+191+221=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFDD is #534022. Grayscale: #BCBCBC. Windows color (decimal): -5455907 or 14532524. OLE color: 14532524.

HSL color Cylindrical-coordinate representation of color #ACBFDD: hue angle of 216.73º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBFDD is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 191 221 -
CMYK 0.22 0.14 0 0.13
HSL 216.73º 0.42% 0.77% -
HSV(B) 216.73º 0.22% 0.87% -
XYZ 48.7 51.25 75.73 -
YUV 188.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 172 191 221 0.22 0.14 0 0.13 216.73 0.42 0.77
Hex AC BF DD 16 E 0 D D9 2A 4D
Octal 254 277 335 26 16 0 15 331 52 115
Binary 10101100 10111111 11011101 10110 1110 0 1101 11011001 101010 1001101

Color Harmonies of #ACBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFDD

Black with #ACBFDD

Text Example


Text Example

White with #ACBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFDD; }

 p { color: rgb(172,191,221); }

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

background-color css

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

 a { background-color: rgb(172,191,221); }

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

border-color css

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

 span { border-color: rgb(172,191,221); }

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