Html Css Color HEX #A1BBDE Light Steel Blue

📋 copy color: '#A1BBDE'

red 161 ◦ green 187 ◦ blue 222

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

Shades of Light Steel Blue #A1BBDE

Tints of Light Steel Blue #A1BBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.81%

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

R = 28.25%
G = 32.81%
B = 38.95%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1BBDE (or 0xA1BBDE) is known color: Light Steel Blue. HEX triplet: A1, BB and DE. RGB value is (161,187,222). Sum of RGB (Red+Green+Blue) = 161+187+222=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBDE is #5E4421. Grayscale: #B7B7B7. Windows color (decimal): -6177826 or 14597025. OLE color: 14597025.

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

Color convert

RGB 161 187 222 -
CMYK 0.27 0.16 0 0.13
HSL 214.43º 0.48% 0.75% -
HSV(B) 214.43º 0.27% 0.87% -
XYZ 45.65 48.39 76.04 -
YUV 183.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 161 187 222 0.27 0.16 0 0.13 214.43 0.48 0.75
Hex A1 BB DE 1B 10 0 D D6 30 4B
Octal 241 273 336 33 20 0 15 326 60 113
Binary 10100001 10111011 11011110 11011 10000 0 1101 11010110 110000 1001011

Color Harmonies of #A1BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBDE

Black with #A1BBDE

Text Example


Text Example

White with #A1BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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