Html Css Color HEX #ABBDD7 Light Steel Blue

📋 copy color: '#ABBDD7'

red 171 ◦ green 189 ◦ blue 215

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

Shades of Light Steel Blue #ABBDD7

Tints of Light Steel Blue #ABBDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

 BLUE value IS 215 (84.38% from 255) = 37.39%

R = 29.74%
G = 32.87%
B = 37.39%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABBDD7 (or 0xABBDD7) is known color: Light Steel Blue. HEX triplet: AB, BD and D7. RGB value is (171,189,215). Sum of RGB (Red+Green+Blue) = 171+189+215=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD7 is #544228. Grayscale: #BABABA. Windows color (decimal): -5521961 or 14138795. OLE color: 14138795.

HSL color Cylindrical-coordinate representation of color #ABBDD7: hue angle of 215.45º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBDD7 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 189 215 -
CMYK 0.20 0.12 0 0.16
HSL 215.45º 0.35% 0.76% -
HSV(B) 215.45º 0.2% 0.84% -
XYZ 47.26 49.96 71.44 -
YUV 186.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 171 189 215 0.20 0.12 0 0.16 215.45 0.35 0.76
Hex AB BD D7 14 C 0 10 D7 23 4C
Octal 253 275 327 24 14 0 20 327 43 114
Binary 10101011 10111101 11010111 10100 1100 0 10000 11010111 100011 1001100

Color Harmonies of #ABBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDD7

Black with #ABBDD7

Text Example


Text Example

White with #ABBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDD7; }

 p { color: rgb(171,189,215); }

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

background-color css

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

 a { background-color: rgb(171,189,215); }

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

border-color css

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

 span { border-color: rgb(171,189,215); }

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