Html Css Color HEX #A1C1DE Light Steel Blue

📋 copy color: '#A1C1DE'

red 161 ◦ green 193 ◦ blue 222

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

Shades of Light Steel Blue #A1C1DE

Tints of Light Steel Blue #A1C1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.51%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 27.95%
G = 33.51%
B = 38.54%

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

#A1C1DE (or 0xA1C1DE) is known color: Light Steel Blue. HEX triplet: A1, C1 and DE. RGB value is (161,193,222). Sum of RGB (Red+Green+Blue) = 161+193+222=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1C1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1DE is #5E3E21. Grayscale: #BABABA. Windows color (decimal): -6176290 or 14598561. OLE color: 14598561.

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

Color convert

RGB 161 193 222 -
CMYK 0.27 0.13 0 0.13
HSL 208.52º 0.48% 0.75% -
HSV(B) 208.52º 0.27% 0.87% -
XYZ 46.95 50.99 76.47 -
YUV 186.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 161 193 222 0.27 0.13 0 0.13 208.52 0.48 0.75
Hex A1 C1 DE 1B D 0 D D1 30 4B
Octal 241 301 336 33 15 0 15 321 60 113
Binary 10100001 11000001 11011110 11011 1101 0 1101 11010001 110000 1001011

Color Harmonies of #A1C1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C1DE

Black with #A1C1DE

Text Example


Text Example

White with #A1C1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C1DE; }

 p { color: rgb(161,193,222); }

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

background-color css

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

 a { background-color: rgb(161,193,222); }

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

border-color css

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

 span { border-color: rgb(161,193,222); }

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