Html Css Color HEX #A0BCDB Light Steel Blue

📋 copy color: '#A0BCDB'

red 160 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #A0BCDB

Tints of Light Steel Blue #A0BCDB

RGB

 RED value IS 160 (62.89% from 255) = 28.22%

 GREEN value IS 188 (73.83% from 255) = 33.16%

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

R = 28.22%
G = 33.16%
B = 38.62%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0BCDB (or 0xA0BCDB) is known color: Light Steel Blue. HEX triplet: A0, BC and DB. RGB value is (160,188,219). Sum of RGB (Red+Green+Blue) = 160+188+219=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCDB is #5F4324. Grayscale: #B7B7B7. Windows color (decimal): -6243109 or 14400672. OLE color: 14400672.

HSL color Cylindrical-coordinate representation of color #A0BCDB: hue angle of 211.53º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0BCDB is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 188 219 -
CMYK 0.27 0.14 0 0.14
HSL 211.53º 0.45% 0.74% -
HSV(B) 211.53º 0.27% 0.86% -
XYZ 45.27 48.55 74 -
YUV 183.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 160 188 219 0.27 0.14 0 0.14 211.53 0.45 0.74
Hex A0 BC DB 1B E 0 E D4 2D 4A
Octal 240 274 333 33 16 0 16 324 55 112
Binary 10100000 10111100 11011011 11011 1110 0 1110 11010100 101101 1001010

Color Harmonies of #A0BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCDB

Black with #A0BCDB

Text Example


Text Example

White with #A0BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCDB; }

 p { color: rgb(160,188,219); }

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

background-color css

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

 a { background-color: rgb(160,188,219); }

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

border-color css

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

 span { border-color: rgb(160,188,219); }

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