Html Css Color HEX #A1C2DE Light Steel Blue

📋 copy color: '#A1C2DE'

red 161 ◦ green 194 ◦ blue 222

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

Shades of Light Steel Blue #A1C2DE

Tints of Light Steel Blue #A1C2DE

RGB

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

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

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

R = 27.9%
G = 33.62%
B = 38.47%

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

#A1C2DE (or 0xA1C2DE) is known color: Light Steel Blue. HEX triplet: A1, C2 and DE. RGB value is (161,194,222). Sum of RGB (Red+Green+Blue) = 161+194+222=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1C2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2DE is #5E3D21. Grayscale: #BBBBBB. Windows color (decimal): -6176034 or 14598817. OLE color: 14598817.

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

Color convert

RGB 161 194 222 -
CMYK 0.27 0.13 0 0.13
HSL 207.54º 0.48% 0.75% -
HSV(B) 207.54º 0.27% 0.87% -
XYZ 47.17 51.43 76.55 -
YUV 187.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 161 194 222 0.27 0.13 0 0.13 207.54 0.48 0.75
Hex A1 C2 DE 1B D 0 D D0 30 4B
Octal 241 302 336 33 15 0 15 320 60 113
Binary 10100001 11000010 11011110 11011 1101 0 1101 11010000 110000 1001011

Color Harmonies of #A1C2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C2DE

Black with #A1C2DE

Text Example


Text Example

White with #A1C2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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