Html Css Color HEX #ACC0D9 Light Steel Blue

📋 copy color: '#ACC0D9'

red 172 ◦ green 192 ◦ blue 217

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

Shades of Light Steel Blue #ACC0D9

Tints of Light Steel Blue #ACC0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.35%

R = 29.6%
G = 33.05%
B = 37.35%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC0D9 (or 0xACC0D9) is known color: Light Steel Blue. HEX triplet: AC, C0 and D9. RGB value is (172,192,217). Sum of RGB (Red+Green+Blue) = 172+192+217=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACC0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0D9 is #533F26. Grayscale: #BCBCBC. Windows color (decimal): -5455655 or 14270636. OLE color: 14270636.

HSL color Cylindrical-coordinate representation of color #ACC0D9: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC0D9 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 192 217 -
CMYK 0.21 0.12 0 0.15
HSL 213.33º 0.37% 0.76% -
HSV(B) 213.33º 0.21% 0.85% -
XYZ 48.39 51.48 73.03 -
YUV 188.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 172 192 217 0.21 0.12 0 0.15 213.33 0.37 0.76
Hex AC C0 D9 15 C 0 F D5 25 4C
Octal 254 300 331 25 14 0 17 325 45 114
Binary 10101100 11000000 11011001 10101 1100 0 1111 11010101 100101 1001100

Color Harmonies of #ACC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0D9

Black with #ACC0D9

Text Example


Text Example

White with #ACC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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