Html Css Color HEX #ACC0DD Light Steel Blue

📋 copy color: '#ACC0DD'

red 172 ◦ green 192 ◦ blue 221

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

Shades of Light Steel Blue #ACC0DD

Tints of Light Steel Blue #ACC0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

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

R = 29.4%
G = 32.82%
B = 37.78%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC0DD (or 0xACC0DD) is known color: Light Steel Blue. HEX triplet: AC, C0 and DD. RGB value is (172,192,221). Sum of RGB (Red+Green+Blue) = 172+192+221=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DD is #533F22. Grayscale: #BDBDBD. Windows color (decimal): -5455651 or 14532780. OLE color: 14532780.

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

Color convert

RGB 172 192 221 -
CMYK 0.22 0.13 0 0.13
HSL 215.51º 0.42% 0.77% -
HSV(B) 215.51º 0.22% 0.87% -
XYZ 48.91 51.69 75.81 -
YUV 189.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 172 192 221 0.22 0.13 0 0.13 215.51 0.42 0.77
Hex AC C0 DD 16 D 0 D D8 2A 4D
Octal 254 300 335 26 15 0 15 330 52 115
Binary 10101100 11000000 11011101 10110 1101 0 1101 11011000 101010 1001101

Color Harmonies of #ACC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0DD

Black with #ACC0DD

Text Example


Text Example

White with #ACC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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