Html Css Color HEX #A9BDDA Light Steel Blue

📋 copy color: '#A9BDDA'

red 169 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #A9BDDA

Tints of Light Steel Blue #A9BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.81%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 29.34%
G = 32.81%
B = 37.85%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9BDDA (or 0xA9BDDA) is known color: Light Steel Blue. HEX triplet: A9, BD and DA. RGB value is (169,189,218). Sum of RGB (Red+Green+Blue) = 169+189+218=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDDA is #564225. Grayscale: #BABABA. Windows color (decimal): -5653030 or 14335401. OLE color: 14335401.

HSL color Cylindrical-coordinate representation of color #A9BDDA: hue angle of 215.51º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9BDDA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 189 218 -
CMYK 0.22 0.13 0 0.15
HSL 215.51º 0.4% 0.76% -
HSV(B) 215.51º 0.22% 0.85% -
XYZ 47.21 49.89 73.47 -
YUV 186.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 169 189 218 0.22 0.13 0 0.15 215.51 0.4 0.76
Hex A9 BD DA 16 D 0 F D8 28 4C
Octal 251 275 332 26 15 0 17 330 50 114
Binary 10101001 10111101 11011010 10110 1101 0 1111 11011000 101000 1001100

Color Harmonies of #A9BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BDDA

Black with #A9BDDA

Text Example


Text Example

White with #A9BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BDDA; }

 p { color: rgb(169,189,218); }

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

background-color css

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

 a { background-color: rgb(169,189,218); }

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

border-color css

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

 span { border-color: rgb(169,189,218); }

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