#A8C0E3

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

Shades of Light Steel Blue #A8C0E3

Tints of Light Steel Blue #A8C0E3

Color information

#A8C0E3 (or 0xA8C0E3) is unknown color: approx Light Steel Blue. HEX triplet: A8, C0 and E3. RGB value is (168,192,227). Sum of RGB (Red+Green+Blue) = 168+192+227=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #A8C0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0E3 is #573F1C. Grayscale: #BCBCBC. Windows color (decimal): -5717789 or 14925992. OLE color: 14925992.

HSL color Cylindrical-coordinate representation of color #A8C0E3: hue angle of 215.59º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8C0E3 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168192227-
CMYK0.260.1500.11
HSL215.59º51.3%77.45%-
HSV(B)215.59º25.99%89.02%-
XYZ48.8651.5780.05-
YUV188.81149.55113.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.62%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=28.62%
G=32.71%
B=38.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681922270.260.1500.11215.5951.377.45
HexA8C0E31AF0Bd8334d
Octal250300343321701333063115
Binary10101000110000001110001111010111101011110110001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C0E3; }

 p { color: rgb(168,192,227); }

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

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

 a { background-color: rgb(168,192,227); }

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

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

 span { border-color: rgb(168,192,227); }

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