Html Css Color HEX #A1C3DD Light Steel Blue

📋 copy color: '#A1C3DD'

red 161 ◦ green 195 ◦ blue 221

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

Shades of Light Steel Blue #A1C3DD

Tints of Light Steel Blue #A1C3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

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

R = 27.9%
G = 33.8%
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

#A1C3DD (or 0xA1C3DD) is known color: Light Steel Blue. HEX triplet: A1, C3 and DD. RGB value is (161,195,221). Sum of RGB (Red+Green+Blue) = 161+195+221=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 195 (76.56% from 255 or 33.80% 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 #A1C3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3DD is #5E3C22. Grayscale: #BBBBBB. Windows color (decimal): -6175779 or 14533537. OLE color: 14533537.

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

Color convert

RGB 161 195 221 -
CMYK 0.27 0.12 0 0.13
HSL 206º 0.47% 0.75% -
HSV(B) 206º 0.27% 0.87% -
XYZ 47.26 51.83 75.92 -
YUV 187.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 161 195 221 0.27 0.12 0 0.13 206 0.47 0.75
Hex A1 C3 DD 1B C 0 D CE 2F 4B
Octal 241 303 335 33 14 0 15 316 57 113
Binary 10100001 11000011 11011101 11011 1100 0 1101 11001110 101111 1001011

Color Harmonies of #A1C3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C3DD

Black with #A1C3DD

Text Example


Text Example

White with #A1C3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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