Html Css Color HEX #A1C0DD Light Steel Blue

📋 copy color: '#A1C0DD'

red 161 ◦ green 192 ◦ blue 221

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

Shades of Light Steel Blue #A1C0DD

Tints of Light Steel Blue #A1C0DD

RGB

 RED value IS 161 (63.28% from 255) = 28.05%

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

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

R = 28.05%
G = 33.45%
B = 38.5%

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

#A1C0DD (or 0xA1C0DD) is known color: Light Steel Blue. HEX triplet: A1, C0 and DD. RGB value is (161,192,221). Sum of RGB (Red+Green+Blue) = 161+192+221=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0DD is #5E3F22. Grayscale: #B9B9B9. Windows color (decimal): -6176547 or 14532769. OLE color: 14532769.

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

Color convert

RGB 161 192 221 -
CMYK 0.27 0.13 0 0.13
HSL 209º 0.47% 0.75% -
HSV(B) 209º 0.27% 0.87% -
XYZ 46.6 50.5 75.7 -
YUV 186.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 161 192 221 0.27 0.13 0 0.13 209 0.47 0.75
Hex A1 C0 DD 1B D 0 D D1 2F 4B
Octal 241 300 335 33 15 0 15 321 57 113
Binary 10100001 11000000 11011101 11011 1101 0 1101 11010001 101111 1001011

Color Harmonies of #A1C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C0DD

Black with #A1C0DD

Text Example


Text Example

White with #A1C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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