Html Css Color HEX #ABC2DB Light Steel Blue

📋 copy color: '#ABC2DB'

red 171 ◦ green 194 ◦ blue 219

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

Shades of Light Steel Blue #ABC2DB

Tints of Light Steel Blue #ABC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.22%

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

R = 29.28%
G = 33.22%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABC2DB (or 0xABC2DB) is known color: Light Steel Blue. HEX triplet: AB, C2 and DB. RGB value is (171,194,219). Sum of RGB (Red+Green+Blue) = 171+194+219=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2DB is #543D24. Grayscale: #BDBDBD. Windows color (decimal): -5520677 or 14402219. OLE color: 14402219.

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

Color convert

RGB 171 194 219 -
CMYK 0.22 0.11 0 0.14
HSL 211.25º 0.4% 0.76% -
HSV(B) 211.25º 0.22% 0.86% -
XYZ 48.87 52.36 74.55 -
YUV 189.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 171 194 219 0.22 0.11 0 0.14 211.25 0.4 0.76
Hex AB C2 DB 16 B 0 E D3 28 4C
Octal 253 302 333 26 13 0 16 323 50 114
Binary 10101011 11000010 11011011 10110 1011 0 1110 11010011 101000 1001100

Color Harmonies of #ABC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2DB

Black with #ABC2DB

Text Example


Text Example

White with #ABC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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