#ACC0DB

Color #ACC0DB Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ACC0DB

Tints of Light Steel Blue #ACC0DB

Color information

#ACC0DB (or 0xACC0DB) is unknown color: approx Light Steel Blue. HEX triplet: AC, C0 and DB. RGB value is (172,192,219). Sum of RGB (Red+Green+Blue) = 172+192+219=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DB is #533F24. Grayscale: #BCBCBC. Windows color (decimal): -5455653 or 14401708. OLE color: 14401708.

HSL color Cylindrical-coordinate representation of color #ACC0DB: hue angle of 214.47º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC0DB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172192219-
CMYK0.210.1200.14
HSL214.47º39.5%76.67%-
HSV(B)214.47º21.46%85.88%-
XYZ48.6551.5874.41-
YUV189.1144.87115.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=29.50%
G=32.93%
B=37.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721922190.210.1200.14214.4739.576.67
HexACC0DB15C0Ed6274d
Octal254300333251401632647115
Binary10101100110000001101101110101110001110110101101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0DB; }

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

 H1.HeaderClassName
 {
   color: #ACC0DB;
 }
 .AnyTagClassName
 {
   color: #ACC0DB;
 }
</style>
background-color css

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

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

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

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

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

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