#A0C2DD

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

Shades of Light Steel Blue #A0C2DD

Tints of Light Steel Blue #A0C2DD

Color information

#A0C2DD (or 0xA0C2DD) is unknown color: approx Light Steel Blue. HEX triplet: A0, C2 and DD. RGB value is (160,194,221). Sum of RGB (Red+Green+Blue) = 160+194+221=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C2DD is #5F3D22. Grayscale: #BABABA. Windows color (decimal): -6241571 or 14533280. OLE color: 14533280.

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

Color convert

RGB160194221-
CMYK0.280.1200.13
HSL206.56º47.29%74.71%-
HSV(B)206.56º27.6%86.67%-
XYZ46.8451.2875.84-
YUV186.91147.24108.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=27.83%
G=33.74%
B=38.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601942210.280.1200.13206.5647.2974.71
HexA0C2DD1CC0Dcf2f4b
Octal240302335341401531757113
Binary10100000110000101101110111100110001101110011111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C2DD; }

 p { color: rgb(160,194,221); }

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

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

 a { background-color: rgb(160,194,221); }

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

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

 span { border-color: rgb(160,194,221); }

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