Html Css Color HEX #ABBDD9 Light Steel Blue

📋 copy color: '#ABBDD9'

red 171 ◦ green 189 ◦ blue 217

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

Shades of Light Steel Blue #ABBDD9

Tints of Light Steel Blue #ABBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 29.64%
G = 32.76%
B = 37.61%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABBDD9 (or 0xABBDD9) is known color: Light Steel Blue. HEX triplet: AB, BD and D9. RGB value is (171,189,217). Sum of RGB (Red+Green+Blue) = 171+189+217=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD9 is #544226. Grayscale: #BABABA. Windows color (decimal): -5521959 or 14269867. OLE color: 14269867.

HSL color Cylindrical-coordinate representation of color #ABBDD9: hue angle of 216.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBDD9 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 189 217 -
CMYK 0.21 0.13 0 0.15
HSL 216.52º 0.38% 0.76% -
HSV(B) 216.52º 0.21% 0.85% -
XYZ 47.52 50.06 72.8 -
YUV 186.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 171 189 217 0.21 0.13 0 0.15 216.52 0.38 0.76
Hex AB BD D9 15 D 0 F D9 26 4C
Octal 253 275 331 25 15 0 17 331 46 114
Binary 10101011 10111101 11011001 10101 1101 0 1111 11011001 100110 1001100

Color Harmonies of #ABBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDD9

Black with #ABBDD9

Text Example


Text Example

White with #ABBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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