#A2BFDF

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

Shades of Light Steel Blue #A2BFDF

Tints of Light Steel Blue #A2BFDF

Color information

#A2BFDF (or 0xA2BFDF) is unknown color: approx Light Steel Blue. HEX triplet: A2, BF and DF. RGB value is (162,191,223). Sum of RGB (Red+Green+Blue) = 162+191+223=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFDF is #5D4020. Grayscale: #B9B9B9. Windows color (decimal): -6111265 or 14663586. OLE color: 14663586.

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

Color convert

RGB162191223-
CMYK0.270.1400.13
HSL211.48º48.8%75.49%-
HSV(B)211.48º27.35%87.45%-
XYZ46.8550.2777.05-
YUV185.98148.89110.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.12%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=28.12%
G=33.16%
B=38.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621912230.270.1400.13211.4848.875.49
HexA2BFDF1BE0Dd3314b
Octal242277337331601532361113
Binary10100010101111111101111111011111001101110100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BFDF; }

 p { color: rgb(162,191,223); }

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

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

 a { background-color: rgb(162,191,223); }

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

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

 span { border-color: rgb(162,191,223); }

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