Html Css Color HEX #A9BCDA Light Steel Blue

📋 copy color: '#A9BCDA'

red 169 ◦ green 188 ◦ blue 218

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

Shades of Light Steel Blue #A9BCDA

Tints of Light Steel Blue #A9BCDA

RGB

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

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

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

R = 29.39%
G = 32.7%
B = 37.91%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9BCDA (or 0xA9BCDA) is known color: Light Steel Blue. HEX triplet: A9, BC and DA. RGB value is (169,188,218). Sum of RGB (Red+Green+Blue) = 169+188+218=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCDA is #564325. Grayscale: #B9B9B9. Windows color (decimal): -5653286 or 14335145. OLE color: 14335145.

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

Color convert

RGB 169 188 218 -
CMYK 0.22 0.14 0 0.15
HSL 216.73º 0.4% 0.76% -
HSV(B) 216.73º 0.22% 0.85% -
XYZ 47 49.46 73.4 -
YUV 185.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 169 188 218 0.22 0.14 0 0.15 216.73 0.4 0.76
Hex A9 BC DA 16 E 0 F D9 28 4C
Octal 251 274 332 26 16 0 17 331 50 114
Binary 10101001 10111100 11011010 10110 1110 0 1111 11011001 101000 1001100

Color Harmonies of #A9BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCDA

Black with #A9BCDA

Text Example


Text Example

White with #A9BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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