Html Css Color HEX #ABC0DD Light Steel Blue

📋 copy color: '#ABC0DD'

red 171 ◦ green 192 ◦ blue 221

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

Shades of Light Steel Blue #ABC0DD

Tints of Light Steel Blue #ABC0DD

RGB

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

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

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

R = 29.28%
G = 32.88%
B = 37.84%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC0DD (or 0xABC0DD) is known color: Light Steel Blue. HEX triplet: AB, C0 and DD. RGB value is (171,192,221). Sum of RGB (Red+Green+Blue) = 171+192+221=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0DD is #543F22. Grayscale: #BCBCBC. Windows color (decimal): -5521187 or 14532779. OLE color: 14532779.

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

Color convert

RGB 171 192 221 -
CMYK 0.23 0.13 0 0.13
HSL 214.8º 0.42% 0.77% -
HSV(B) 214.8º 0.23% 0.87% -
XYZ 48.7 51.58 75.8 -
YUV 189.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 171 192 221 0.23 0.13 0 0.13 214.8 0.42 0.77
Hex AB C0 DD 17 D 0 D D7 2A 4D
Octal 253 300 335 27 15 0 15 327 52 115
Binary 10101011 11000000 11011101 10111 1101 0 1101 11010111 101010 1001101

Color Harmonies of #ABC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0DD

Black with #ABC0DD

Text Example


Text Example

White with #ABC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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