Html Css Color HEX #ABBBD6 Light Steel Blue

📋 copy color: '#ABBBD6'

red 171 ◦ green 187 ◦ blue 214

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

Shades of Light Steel Blue #ABBBD6

Tints of Light Steel Blue #ABBBD6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.69%

 BLUE value IS 214 (83.98% from 255) = 37.41%

R = 29.9%
G = 32.69%
B = 37.41%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABBBD6 (or 0xABBBD6) is known color: Light Steel Blue. HEX triplet: AB, BB and D6. RGB value is (171,187,214). Sum of RGB (Red+Green+Blue) = 171+187+214=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABBBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD6 is #544429. Grayscale: #B9B9B9. Windows color (decimal): -5522474 or 14072747. OLE color: 14072747.

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

Color convert

RGB 171 187 214 -
CMYK 0.20 0.13 0 0.16
HSL 217.67º 0.34% 0.75% -
HSV(B) 217.67º 0.2% 0.84% -
XYZ 46.7 49.05 70.63 -
YUV 185.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 171 187 214 0.20 0.13 0 0.16 217.67 0.34 0.75
Hex AB BB D6 14 D 0 10 DA 22 4B
Octal 253 273 326 24 15 0 20 332 42 113
Binary 10101011 10111011 11010110 10100 1101 0 10000 11011010 100010 1001011

Color Harmonies of #ABBBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBD6

Black with #ABBBD6

Text Example


Text Example

White with #ABBBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBD6; }

 p { color: rgb(171,187,214); }

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

background-color css

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

 a { background-color: rgb(171,187,214); }

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

border-color css

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

 span { border-color: rgb(171,187,214); }

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