Html Css Color HEX #A2C0DD Light Steel Blue

📋 copy color: '#A2C0DD'

red 162 ◦ green 192 ◦ blue 221

#A2C0DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #A2C0DD

Tints of Light Steel Blue #A2C0DD

RGB

 RED value IS 162 (63.67% from 255) = 28.17%

 GREEN value IS 192 (75.39% from 255) = 33.39%

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 28.17%
G = 33.39%
B = 38.43%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2C0DD (or 0xA2C0DD) is known color: Light Steel Blue. HEX triplet: A2, C0 and DD. RGB value is (162,192,221). Sum of RGB (Red+Green+Blue) = 162+192+221=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 192 (75.39% from 255 or 33.39% 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 #A2C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C0DD is #5D3F22. Grayscale: #BABABA. Windows color (decimal): -6111011 or 14532770. OLE color: 14532770.

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

Color convert

RGB 162 192 221 -
CMYK 0.27 0.13 0 0.13
HSL 209.49º 0.46% 0.75% -
HSV(B) 209.49º 0.27% 0.87% -
XYZ 46.8 50.6 75.71 -
YUV 186.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 162 192 221 0.27 0.13 0 0.13 209.49 0.46 0.75
Hex A2 C0 DD 1B D 0 D D1 2E 4B
Octal 242 300 335 33 15 0 15 321 56 113
Binary 10100010 11000000 11011101 11011 1101 0 1101 11010001 101110 1001011

Color Harmonies of #A2C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C0DD

Black with #A2C0DD

Text Example


Text Example

White with #A2C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C0DD; }

 p { color: rgb(162,192,221); }

 H1.HeaderClassName
 {
   color: #A2C0DD;
 }
 .AnyTagClassName
 {
   color: #A2C0DD;
 }
</style>

background-color css

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

 a { background-color: rgb(162,192,221); }

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

border-color css

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

 span { border-color: rgb(162,192,221); }

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