#A8BDDE

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

Shades of Light Steel Blue #A8BDDE

Tints of Light Steel Blue #A8BDDE

Color information

#A8BDDE (or 0xA8BDDE) is unknown color: approx Light Steel Blue. HEX triplet: A8, BD and DE. RGB value is (168,189,222). Sum of RGB (Red+Green+Blue) = 168+189+222=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDDE is #574221. Grayscale: #BABABA. Windows color (decimal): -5718562 or 14597544. OLE color: 14597544.

HSL color Cylindrical-coordinate representation of color #A8BDDE: hue angle of 216.67º degrees, saturation: 0.45, 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 #A8BDDE is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168189222-
CMYK0.240.1500.13
HSL216.67º45%76.47%-
HSV(B)216.67º24.32%87.06%-
XYZ47.5349.9976.25-
YUV186.48148.04114.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=29.02%
G=32.64%
B=38.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681892220.240.1500.13216.674576.47
HexA8BDDE18F0Dd92d4c
Octal250275336301701533155114
Binary10101000101111011101111011000111101101110110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDDE; }

 p { color: rgb(168,189,222); }

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

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

 a { background-color: rgb(168,189,222); }

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

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

 span { border-color: rgb(168,189,222); }

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