Html Css Color HEX #ACBFDE Light Steel Blue

📋 copy color: '#ACBFDE'

red 172 ◦ green 191 ◦ blue 222

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

Shades of Light Steel Blue #ACBFDE

Tints of Light Steel Blue #ACBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 29.4%
G = 32.65%
B = 37.95%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACBFDE (or 0xACBFDE) is known color: Light Steel Blue. HEX triplet: AC, BF and DE. RGB value is (172,191,222). Sum of RGB (Red+Green+Blue) = 172+191+222=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFDE is #534021. Grayscale: #BCBCBC. Windows color (decimal): -5455906 or 14598060. OLE color: 14598060.

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

Color convert

RGB 172 191 222 -
CMYK 0.23 0.14 0 0.13
HSL 217.2º 0.43% 0.77% -
HSV(B) 217.2º 0.23% 0.87% -
XYZ 48.83 51.31 76.44 -
YUV 188.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 172 191 222 0.23 0.14 0 0.13 217.2 0.43 0.77
Hex AC BF DE 17 E 0 D D9 2B 4D
Octal 254 277 336 27 16 0 15 331 53 115
Binary 10101100 10111111 11011110 10111 1110 0 1101 11011001 101011 1001101

Color Harmonies of #ACBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFDE

Black with #ACBFDE

Text Example


Text Example

White with #ACBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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