Html Css Color HEX #A9BCDB Light Steel Blue

📋 copy color: '#A9BCDB'

red 169 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #A9BCDB

Tints of Light Steel Blue #A9BCDB

RGB

 RED value IS 169 (66.41% from 255) = 29.34%

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

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

R = 29.34%
G = 32.64%
B = 38.02%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9BCDB (or 0xA9BCDB) is known color: Light Steel Blue. HEX triplet: A9, BC and DB. RGB value is (169,188,219). Sum of RGB (Red+Green+Blue) = 169+188+219=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCDB is #564324. Grayscale: #B9B9B9. Windows color (decimal): -5653285 or 14400681. OLE color: 14400681.

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

Color convert

RGB 169 188 219 -
CMYK 0.23 0.14 0 0.14
HSL 217.2º 0.41% 0.76% -
HSV(B) 217.2º 0.23% 0.86% -
XYZ 47.13 49.52 74.09 -
YUV 185.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 169 188 219 0.23 0.14 0 0.14 217.2 0.41 0.76
Hex A9 BC DB 17 E 0 E D9 29 4C
Octal 251 274 333 27 16 0 16 331 51 114
Binary 10101001 10111100 11011011 10111 1110 0 1110 11011001 101001 1001100

Color Harmonies of #A9BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCDB

Black with #A9BCDB

Text Example


Text Example

White with #A9BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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