Html Css Color HEX #A5BCDB Light Steel Blue

📋 copy color: '#A5BCDB'

red 165 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #A5BCDB

Tints of Light Steel Blue #A5BCDB

RGB

 RED value IS 165 (64.84% from 255) = 28.85%

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

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

R = 28.85%
G = 32.87%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5BCDB (or 0xA5BCDB) is known color: Light Steel Blue. HEX triplet: A5, BC and DB. RGB value is (165,188,219). Sum of RGB (Red+Green+Blue) = 165+188+219=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCDB is #5A4324. Grayscale: #B8B8B8. Windows color (decimal): -5915429 or 14400677. OLE color: 14400677.

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

Color convert

RGB 165 188 219 -
CMYK 0.25 0.14 0 0.14
HSL 214.44º 0.43% 0.75% -
HSV(B) 214.44º 0.25% 0.86% -
XYZ 46.29 49.08 74.05 -
YUV 184.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 165 188 219 0.25 0.14 0 0.14 214.44 0.43 0.75
Hex A5 BC DB 19 E 0 E D6 2B 4B
Octal 245 274 333 31 16 0 16 326 53 113
Binary 10100101 10111100 11011011 11001 1110 0 1110 11010110 101011 1001011

Color Harmonies of #A5BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCDB

Black with #A5BCDB

Text Example


Text Example

White with #A5BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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