Html Css Color HEX #ABC1DB Light Steel Blue

📋 copy color: '#ABC1DB'

red 171 ◦ green 193 ◦ blue 219

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

Shades of Light Steel Blue #ABC1DB

Tints of Light Steel Blue #ABC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.1%

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 29.33%
G = 33.1%
B = 37.56%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABC1DB (or 0xABC1DB) is known color: Light Steel Blue. HEX triplet: AB, C1 and DB. RGB value is (171,193,219). Sum of RGB (Red+Green+Blue) = 171+193+219=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1DB is #543E24. Grayscale: #BDBDBD. Windows color (decimal): -5520933 or 14401963. OLE color: 14401963.

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

Color convert

RGB 171 193 219 -
CMYK 0.22 0.12 0 0.14
HSL 212.5º 0.4% 0.76% -
HSV(B) 212.5º 0.22% 0.86% -
XYZ 48.65 51.91 74.47 -
YUV 189.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 171 193 219 0.22 0.12 0 0.14 212.5 0.4 0.76
Hex AB C1 DB 16 C 0 E D4 28 4C
Octal 253 301 333 26 14 0 16 324 50 114
Binary 10101011 11000001 11011011 10110 1100 0 1110 11010100 101000 1001100

Color Harmonies of #ABC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1DB

Black with #ABC1DB

Text Example


Text Example

White with #ABC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1DB; }

 p { color: rgb(171,193,219); }

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

background-color css

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

 a { background-color: rgb(171,193,219); }

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

border-color css

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

 span { border-color: rgb(171,193,219); }

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