#A8BEDE

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

Shades of Light Steel Blue #A8BEDE

Tints of Light Steel Blue #A8BEDE

Color information

#A8BEDE (or 0xA8BEDE) is unknown color: approx Light Steel Blue. HEX triplet: A8, BE and DE. RGB value is (168,190,222). Sum of RGB (Red+Green+Blue) = 168+190+222=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEDE is #574121. Grayscale: #BABABA. Windows color (decimal): -5718306 or 14597800. OLE color: 14597800.

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

Color convert

RGB168190222-
CMYK0.240.1400.13
HSL215.56º45%76.47%-
HSV(B)215.56º24.32%87.06%-
XYZ47.7550.4376.32-
YUV187.07147.71114.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.97%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=28.97%
G=32.76%
B=38.28%

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
Decimal1681902220.240.1400.13215.564576.47
HexA8BEDE18E0Dd82d4c
Octal250276336301601533055114
Binary10101000101111101101111011000111001101110110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEDE; }

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

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

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

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

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

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

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

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