Html Css Color HEX #A1BDDA Light Steel Blue

📋 copy color: '#A1BDDA'

red 161 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #A1BDDA

Tints of Light Steel Blue #A1BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 28.35%
G = 33.27%
B = 38.38%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A1BDDA (or 0xA1BDDA) is known color: Light Steel Blue. HEX triplet: A1, BD and DA. RGB value is (161,189,218). Sum of RGB (Red+Green+Blue) = 161+189+218=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDDA is #5E4225. Grayscale: #B7B7B7. Windows color (decimal): -6177318 or 14335393. OLE color: 14335393.

HSL color Cylindrical-coordinate representation of color #A1BDDA: hue angle of 210.53º degrees, saturation: 0.44, 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 #A1BDDA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 189 218 -
CMYK 0.26 0.13 0 0.15
HSL 210.53º 0.44% 0.74% -
HSV(B) 210.53º 0.26% 0.85% -
XYZ 45.55 49.03 73.39 -
YUV 183.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 161 189 218 0.26 0.13 0 0.15 210.53 0.44 0.74
Hex A1 BD DA 1A D 0 F D3 2C 4A
Octal 241 275 332 32 15 0 17 323 54 112
Binary 10100001 10111101 11011010 11010 1101 0 1111 11010011 101100 1001010

Color Harmonies of #A1BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDDA

Black with #A1BDDA

Text Example


Text Example

White with #A1BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDDA; }

 p { color: rgb(161,189,218); }

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

background-color css

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

 a { background-color: rgb(161,189,218); }

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

border-color css

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

 span { border-color: rgb(161,189,218); }

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