Html Css Color HEX #ABC5DB Light Steel Blue

📋 copy color: '#ABC5DB'

red 171 ◦ green 197 ◦ blue 219

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

Shades of Light Steel Blue #ABC5DB

Tints of Light Steel Blue #ABC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

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

R = 29.13%
G = 33.56%
B = 37.31%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABC5DB (or 0xABC5DB) is known color: Light Steel Blue. HEX triplet: AB, C5 and DB. RGB value is (171,197,219). Sum of RGB (Red+Green+Blue) = 171+197+219=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5DB is #543A24. Grayscale: #BFBFBF. Windows color (decimal): -5519909 or 14402987. OLE color: 14402987.

HSL color Cylindrical-coordinate representation of color #ABC5DB: hue angle of 207.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 #ABC5DB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 197 219 -
CMYK 0.22 0.10 0 0.14
HSL 207.5º 0.4% 0.76% -
HSV(B) 207.5º 0.22% 0.86% -
XYZ 49.55 53.7 74.77 -
YUV 191.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 171 197 219 0.22 0.10 0 0.14 207.5 0.4 0.76
Hex AB C5 DB 16 A 0 E D0 28 4C
Octal 253 305 333 26 12 0 16 320 50 114
Binary 10101011 11000101 11011011 10110 1010 0 1110 11010000 101000 1001100

Color Harmonies of #ABC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5DB

Black with #ABC5DB

Text Example


Text Example

White with #ABC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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