Html Css Color HEX #A9BBDB Light Steel Blue

📋 copy color: '#A9BBDB'

red 169 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #A9BBDB

Tints of Light Steel Blue #A9BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

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

R = 29.39%
G = 32.52%
B = 38.09%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9BBDB (or 0xA9BBDB) is known color: Light Steel Blue. HEX triplet: A9, BB and DB. RGB value is (169,187,219). Sum of RGB (Red+Green+Blue) = 169+187+219=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBDB is #564424. Grayscale: #B9B9B9. Windows color (decimal): -5653541 or 14400425. OLE color: 14400425.

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

Color convert

RGB 169 187 219 -
CMYK 0.23 0.15 0 0.14
HSL 218.4º 0.41% 0.76% -
HSV(B) 218.4º 0.23% 0.86% -
XYZ 46.92 49.09 74.02 -
YUV 185.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 169 187 219 0.23 0.15 0 0.14 218.4 0.41 0.76
Hex A9 BB DB 17 F 0 E DA 29 4C
Octal 251 273 333 27 17 0 16 332 51 114
Binary 10101001 10111011 11011011 10111 1111 0 1110 11011010 101001 1001100

Color Harmonies of #A9BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBDB

Black with #A9BBDB

Text Example


Text Example

White with #A9BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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