Html Css Color HEX #A2C2DD Light Steel Blue

📋 copy color: '#A2C2DD'

red 162 ◦ green 194 ◦ blue 221

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

Shades of Light Steel Blue #A2C2DD

Tints of Light Steel Blue #A2C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.62%

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

R = 28.08%
G = 33.62%
B = 38.3%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2C2DD (or 0xA2C2DD) is known color: Light Steel Blue. HEX triplet: A2, C2 and DD. RGB value is (162,194,221). Sum of RGB (Red+Green+Blue) = 162+194+221=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C2DD is #5D3D22. Grayscale: #BBBBBB. Windows color (decimal): -6110499 or 14533282. OLE color: 14533282.

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

Color convert

RGB 162 194 221 -
CMYK 0.27 0.12 0 0.13
HSL 207.46º 0.46% 0.75% -
HSV(B) 207.46º 0.27% 0.87% -
XYZ 47.24 51.49 75.85 -
YUV 187.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 162 194 221 0.27 0.12 0 0.13 207.46 0.46 0.75
Hex A2 C2 DD 1B C 0 D CF 2E 4B
Octal 242 302 335 33 14 0 15 317 56 113
Binary 10100010 11000010 11011101 11011 1100 0 1101 11001111 101110 1001011

Color Harmonies of #A2C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C2DD

Black with #A2C2DD

Text Example


Text Example

White with #A2C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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