Html Css Color HEX #ABBBDC Light Steel Blue

📋 copy color: '#ABBBDC'

red 171 ◦ green 187 ◦ blue 220

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

Shades of Light Steel Blue #ABBBDC

Tints of Light Steel Blue #ABBBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 29.58%
G = 32.35%
B = 38.06%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABBBDC (or 0xABBBDC) is known color: Light Steel Blue. HEX triplet: AB, BB and DC. RGB value is (171,187,220). Sum of RGB (Red+Green+Blue) = 171+187+220=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBDC is #544423. Grayscale: #B9B9B9. Windows color (decimal): -5522468 or 14465963. OLE color: 14465963.

HSL color Cylindrical-coordinate representation of color #ABBBDC: hue angle of 220.41º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBBDC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 187 220 -
CMYK 0.22 0.15 0 0.14
HSL 220.41º 0.41% 0.77% -
HSV(B) 220.41º 0.22% 0.86% -
XYZ 47.48 49.37 74.74 -
YUV 185.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 171 187 220 0.22 0.15 0 0.14 220.41 0.41 0.77
Hex AB BB DC 16 F 0 E DC 29 4D
Octal 253 273 334 26 17 0 16 334 51 115
Binary 10101011 10111011 11011100 10110 1111 0 1110 11011100 101001 1001101

Color Harmonies of #ABBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBDC

Black with #ABBBDC

Text Example


Text Example

White with #ABBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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