Html Css Color HEX #ACC5DB Light Steel Blue

📋 copy color: '#ACC5DB'

red 172 ◦ green 197 ◦ blue 219

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

Shades of Light Steel Blue #ACC5DB

Tints of Light Steel Blue #ACC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 29.25%
G = 33.5%
B = 37.24%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC5DB (or 0xACC5DB) is known color: Light Steel Blue. HEX triplet: AC, C5 and DB. RGB value is (172,197,219). Sum of RGB (Red+Green+Blue) = 172+197+219=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DB is #533A24. Grayscale: #BFBFBF. Windows color (decimal): -5454373 or 14402988. OLE color: 14402988.

HSL color Cylindrical-coordinate representation of color #ACC5DB: hue angle of 208.09º 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 #ACC5DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 197 219 -
CMYK 0.21 0.10 0 0.14
HSL 208.09º 0.39% 0.77% -
HSV(B) 208.09º 0.21% 0.86% -
XYZ 49.77 53.82 74.78 -
YUV 192.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 172 197 219 0.21 0.10 0 0.14 208.09 0.39 0.77
Hex AC C5 DB 15 A 0 E D0 27 4D
Octal 254 305 333 25 12 0 16 320 47 115
Binary 10101100 11000101 11011011 10101 1010 0 1110 11010000 100111 1001101

Color Harmonies of #ACC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5DB

Black with #ACC5DB

Text Example


Text Example

White with #ACC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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