Html Css Color HEX #A1BFD9 Light Steel Blue

📋 copy color: '#A1BFD9'

red 161 ◦ green 191 ◦ blue 217

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

Shades of Light Steel Blue #A1BFD9

Tints of Light Steel Blue #A1BFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 28.3%
G = 33.57%
B = 38.14%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A1BFD9 (or 0xA1BFD9) is known color: Light Steel Blue. HEX triplet: A1, BF and D9. RGB value is (161,191,217). Sum of RGB (Red+Green+Blue) = 161+191+217=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #A1BFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFD9 is #5E4026. Grayscale: #B8B8B8. Windows color (decimal): -6176807 or 14270369. OLE color: 14270369.

HSL color Cylindrical-coordinate representation of color #A1BFD9: hue angle of 207.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1BFD9 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 191 217 -
CMYK 0.26 0.12 0 0.15
HSL 207.86º 0.42% 0.74% -
HSV(B) 207.86º 0.26% 0.85% -
XYZ 45.85 49.85 72.85 -
YUV 184.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 161 191 217 0.26 0.12 0 0.15 207.86 0.42 0.74
Hex A1 BF D9 1A C 0 F D0 2A 4A
Octal 241 277 331 32 14 0 17 320 52 112
Binary 10100001 10111111 11011001 11010 1100 0 1111 11010000 101010 1001010

Color Harmonies of #A1BFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFD9

Black with #A1BFD9

Text Example


Text Example

White with #A1BFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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