Html Css Color HEX #ABC5DD Light Steel Blue

📋 copy color: '#ABC5DD'

red 171 ◦ green 197 ◦ blue 221

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

Shades of Light Steel Blue #ABC5DD

Tints of Light Steel Blue #ABC5DD

RGB

 RED value IS 171 (67.19% from 255) = 29.03%

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

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

R = 29.03%
G = 33.45%
B = 37.52%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC5DD (or 0xABC5DD) is known color: Light Steel Blue. HEX triplet: AB, C5 and DD. RGB value is (171,197,221). Sum of RGB (Red+Green+Blue) = 171+197+221=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 197 (77.34% from 255 or 33.45% 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 #ABC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5DD is #543A22. Grayscale: #BFBFBF. Windows color (decimal): -5519907 or 14534059. OLE color: 14534059.

HSL color Cylindrical-coordinate representation of color #ABC5DD: hue angle of 208.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC5DD is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 197 221 -
CMYK 0.23 0.11 0 0.13
HSL 208.8º 0.42% 0.77% -
HSV(B) 208.8º 0.23% 0.87% -
XYZ 49.81 53.81 76.17 -
YUV 191.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 171 197 221 0.23 0.11 0 0.13 208.8 0.42 0.77
Hex AB C5 DD 17 B 0 D D1 2A 4D
Octal 253 305 335 27 13 0 15 321 52 115
Binary 10101011 11000101 11011101 10111 1011 0 1101 11010001 101010 1001101

Color Harmonies of #ABC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5DD

Black with #ABC5DD

Text Example


Text Example

White with #ABC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5DD; }

 p { color: rgb(171,197,221); }

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

background-color css

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

 a { background-color: rgb(171,197,221); }

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

border-color css

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

 span { border-color: rgb(171,197,221); }

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