Html Css Color HEX #A1BFE0 Light Steel Blue

📋 copy color: '#A1BFE0'

red 161 ◦ green 191 ◦ blue 224

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

Shades of Light Steel Blue #A1BFE0

Tints of Light Steel Blue #A1BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 33.16%

 BLUE value IS 224 (87.89% from 255) = 38.89%

R = 27.95%
G = 33.16%
B = 38.89%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A1BFE0 (or 0xA1BFE0) is known color: Light Steel Blue. HEX triplet: A1, BF and E0. RGB value is (161,191,224). Sum of RGB (Red+Green+Blue) = 161+191+224=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #A1BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFE0 is #5E401F. Grayscale: #B9B9B9. Windows color (decimal): -6176800 or 14729121. OLE color: 14729121.

HSL color Cylindrical-coordinate representation of color #A1BFE0: hue angle of 211.43º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1BFE0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 191 224 -
CMYK 0.28 0.15 0 0.12
HSL 211.43º 0.5% 0.75% -
HSV(B) 211.43º 0.28% 0.88% -
XYZ 46.78 50.22 77.75 -
YUV 185.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 161 191 224 0.28 0.15 0 0.12 211.43 0.5 0.75
Hex A1 BF E0 1C F 0 C D3 32 4B
Octal 241 277 340 34 17 0 14 323 62 113
Binary 10100001 10111111 11100000 11100 1111 0 1100 11010011 110010 1001011

Color Harmonies of #A1BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFE0

Black with #A1BFE0

Text Example


Text Example

White with #A1BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFE0; }

 p { color: rgb(161,191,224); }

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

background-color css

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

 a { background-color: rgb(161,191,224); }

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

border-color css

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

 span { border-color: rgb(161,191,224); }

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