Html Css Color HEX #ABC7DD Light Steel Blue

📋 copy color: '#ABC7DD'

red 171 ◦ green 199 ◦ blue 221

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

Shades of Light Steel Blue #ABC7DD

Tints of Light Steel Blue #ABC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.67%

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

R = 28.93%
G = 33.67%
B = 37.39%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC7DD (or 0xABC7DD) is known color: Light Steel Blue. HEX triplet: AB, C7 and DD. RGB value is (171,199,221). Sum of RGB (Red+Green+Blue) = 171+199+221=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7DD is #543822. Grayscale: #C1C1C1. Windows color (decimal): -5519395 or 14534571. OLE color: 14534571.

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

Color convert

RGB 171 199 221 -
CMYK 0.23 0.10 0 0.13
HSL 206.4º 0.42% 0.77% -
HSV(B) 206.4º 0.23% 0.87% -
XYZ 50.27 54.73 76.32 -
YUV 193.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 171 199 221 0.23 0.10 0 0.13 206.4 0.42 0.77
Hex AB C7 DD 17 A 0 D CE 2A 4D
Octal 253 307 335 27 12 0 15 316 52 115
Binary 10101011 11000111 11011101 10111 1010 0 1101 11001110 101010 1001101

Color Harmonies of #ABC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC7DD

Black with #ABC7DD

Text Example


Text Example

White with #ABC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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