Html Css Color HEX #ACC4DD Light Steel Blue

📋 copy color: '#ACC4DD'

red 172 ◦ green 196 ◦ blue 221

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

Shades of Light Steel Blue #ACC4DD

Tints of Light Steel Blue #ACC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.28%

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

R = 29.2%
G = 33.28%
B = 37.52%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACC4DD (or 0xACC4DD) is known color: Light Steel Blue. HEX triplet: AC, C4 and DD. RGB value is (172,196,221). Sum of RGB (Red+Green+Blue) = 172+196+221=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4DD is #533B22. Grayscale: #BFBFBF. Windows color (decimal): -5454627 or 14533804. OLE color: 14533804.

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

Color convert

RGB 172 196 221 -
CMYK 0.22 0.11 0 0.13
HSL 210.61º 0.42% 0.77% -
HSV(B) 210.61º 0.22% 0.87% -
XYZ 49.8 53.47 76.1 -
YUV 191.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 172 196 221 0.22 0.11 0 0.13 210.61 0.42 0.77
Hex AC C4 DD 16 B 0 D D3 2A 4D
Octal 254 304 335 26 13 0 15 323 52 115
Binary 10101100 11000100 11011101 10110 1011 0 1101 11010011 101010 1001101

Color Harmonies of #ACC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4DD

Black with #ACC4DD

Text Example


Text Example

White with #ACC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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