Html Css Color HEX #ABC1DD Light Steel Blue

📋 copy color: '#ABC1DD'

red 171 ◦ green 193 ◦ blue 221

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

Shades of Light Steel Blue #ABC1DD

Tints of Light Steel Blue #ABC1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

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

R = 29.23%
G = 32.99%
B = 37.78%

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

#ABC1DD (or 0xABC1DD) is known color: Light Steel Blue. HEX triplet: AB, C1 and DD. RGB value is (171,193,221). Sum of RGB (Red+Green+Blue) = 171+193+221=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1DD is #543E22. Grayscale: #BDBDBD. Windows color (decimal): -5520931 or 14533035. OLE color: 14533035.

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

Color convert

RGB 171 193 221 -
CMYK 0.23 0.13 0 0.13
HSL 213.6º 0.42% 0.77% -
HSV(B) 213.6º 0.23% 0.87% -
XYZ 48.92 52.02 75.87 -
YUV 189.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 171 193 221 0.23 0.13 0 0.13 213.6 0.42 0.77
Hex AB C1 DD 17 D 0 D D6 2A 4D
Octal 253 301 335 27 15 0 15 326 52 115
Binary 10101011 11000001 11011101 10111 1101 0 1101 11010110 101010 1001101

Color Harmonies of #ABC1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1DD

Black with #ABC1DD

Text Example


Text Example

White with #ABC1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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