Html Css Color HEX #ACC3DD Light Steel Blue

📋 copy color: '#ACC3DD'

red 172 ◦ green 195 ◦ blue 221

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

Shades of Light Steel Blue #ACC3DD

Tints of Light Steel Blue #ACC3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

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

R = 29.25%
G = 33.16%
B = 37.59%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC3DD (or 0xACC3DD) is known color: Light Steel Blue. HEX triplet: AC, C3 and DD. RGB value is (172,195,221). Sum of RGB (Red+Green+Blue) = 172+195+221=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3DD is #533C22. Grayscale: #BEBEBE. Windows color (decimal): -5454883 or 14533548. OLE color: 14533548.

HSL color Cylindrical-coordinate representation of color #ACC3DD: hue angle of 211.84º 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 #ACC3DD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 195 221 -
CMYK 0.22 0.12 0 0.13
HSL 211.84º 0.42% 0.77% -
HSV(B) 211.84º 0.22% 0.87% -
XYZ 49.58 53.02 76.03 -
YUV 191.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 172 195 221 0.22 0.12 0 0.13 211.84 0.42 0.77
Hex AC C3 DD 16 C 0 D D4 2A 4D
Octal 254 303 335 26 14 0 15 324 52 115
Binary 10101100 11000011 11011101 10110 1100 0 1101 11010100 101010 1001101

Color Harmonies of #ACC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3DD

Black with #ACC3DD

Text Example


Text Example

White with #ACC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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