Html Css Color HEX #ABC6DD Light Steel Blue

📋 copy color: '#ABC6DD'

red 171 ◦ green 198 ◦ blue 221

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

Shades of Light Steel Blue #ABC6DD

Tints of Light Steel Blue #ABC6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.56%

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

R = 28.98%
G = 33.56%
B = 37.46%

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

#ABC6DD (or 0xABC6DD) is known color: Light Steel Blue. HEX triplet: AB, C6 and DD. RGB value is (171,198,221). Sum of RGB (Red+Green+Blue) = 171+198+221=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6DD is #543922. Grayscale: #C0C0C0. Windows color (decimal): -5519651 or 14534315. OLE color: 14534315.

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

Color convert

RGB 171 198 221 -
CMYK 0.23 0.10 0 0.13
HSL 207.6º 0.42% 0.77% -
HSV(B) 207.6º 0.23% 0.87% -
XYZ 50.04 54.27 76.24 -
YUV 192.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 171 198 221 0.23 0.10 0 0.13 207.6 0.42 0.77
Hex AB C6 DD 17 A 0 D D0 2A 4D
Octal 253 306 335 27 12 0 15 320 52 115
Binary 10101011 11000110 11011101 10111 1010 0 1101 11010000 101010 1001101

Color Harmonies of #ABC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6DD

Black with #ABC6DD

Text Example


Text Example

White with #ABC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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