#A9BEDD

Color #A9BEDD Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #A9BEDD

Tints of Light Steel Blue #A9BEDD

Color information

#A9BEDD (or 0xA9BEDD) is unknown color: approx Light Steel Blue. HEX triplet: A9, BE and DD. RGB value is (169,190,221). Sum of RGB (Red+Green+Blue) = 169+190+221=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEDD is #564122. Grayscale: #BBBBBB. Windows color (decimal): -5652771 or 14532265. OLE color: 14532265.

HSL color Cylindrical-coordinate representation of color #A9BEDD: hue angle of 215.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BEDD is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169190221-
CMYK0.240.1400.13
HSL215.77º43.33%76.47%-
HSV(B)215.77º23.53%86.67%-
XYZ47.8350.4875.63-
YUV187.26147.04114.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=29.14%
G=32.76%
B=38.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691902210.240.1400.13215.7743.3376.47
HexA9BEDD18E0Dd82b4c
Octal251276335301601533053114
Binary10101001101111101101110111000111001101110110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEDD; }

 p { color: rgb(169,190,221); }

 H1.HeaderClassName
 {
   color: #A9BEDD;
 }
 .AnyTagClassName
 {
   color: #A9BEDD;
 }
</style>
background-color css

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

 a { background-color: rgb(169,190,221); }

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

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

 span { border-color: rgb(169,190,221); }

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