Html Css Color HEX #A1BFDE Light Steel Blue

📋 copy color: '#A1BFDE'

red 161 ◦ green 191 ◦ blue 222

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

Shades of Light Steel Blue #A1BFDE

Tints of Light Steel Blue #A1BFDE

RGB

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

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

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

R = 28.05%
G = 33.28%
B = 38.68%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1BFDE (or 0xA1BFDE) is known color: Light Steel Blue. HEX triplet: A1, BF and DE. RGB value is (161,191,222). Sum of RGB (Red+Green+Blue) = 161+191+222=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDE is #5E4021. Grayscale: #B9B9B9. Windows color (decimal): -6176802 or 14598049. OLE color: 14598049.

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

Color convert

RGB 161 191 222 -
CMYK 0.27 0.14 0 0.13
HSL 210.49º 0.48% 0.75% -
HSV(B) 210.49º 0.27% 0.87% -
XYZ 46.51 50.11 76.33 -
YUV 185.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 161 191 222 0.27 0.14 0 0.13 210.49 0.48 0.75
Hex A1 BF DE 1B E 0 D D2 30 4B
Octal 241 277 336 33 16 0 15 322 60 113
Binary 10100001 10111111 11011110 11011 1110 0 1101 11010010 110000 1001011

Color Harmonies of #A1BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFDE

Black with #A1BFDE

Text Example


Text Example

White with #A1BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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