Html Css Color HEX #A9BADB Light Steel Blue

📋 copy color: '#A9BADB'

red 169 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A9BADB

Tints of Light Steel Blue #A9BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.4%

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

R = 29.44%
G = 32.4%
B = 38.15%

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

#A9BADB (or 0xA9BADB) is known color: Light Steel Blue. HEX triplet: A9, BA and DB. RGB value is (169,186,219). Sum of RGB (Red+Green+Blue) = 169+186+219=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BADB is #564524. Grayscale: #B8B8B8. Windows color (decimal): -5653797 or 14400169. OLE color: 14400169.

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

Color convert

RGB 169 186 219 -
CMYK 0.23 0.15 0 0.14
HSL 219.6º 0.41% 0.76% -
HSV(B) 219.6º 0.23% 0.86% -
XYZ 46.71 48.67 73.95 -
YUV 184.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 169 186 219 0.23 0.15 0 0.14 219.6 0.41 0.76
Hex A9 BA DB 17 F 0 E DC 29 4C
Octal 251 272 333 27 17 0 16 334 51 114
Binary 10101001 10111010 11011011 10111 1111 0 1110 11011100 101001 1001100

Color Harmonies of #A9BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BADB

Black with #A9BADB

Text Example


Text Example

White with #A9BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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