Html Css Color HEX #A5BADB Light Steel Blue

📋 copy color: '#A5BADB'

red 165 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A5BADB

Tints of Light Steel Blue #A5BADB

RGB

 RED value IS 165 (64.84% from 255) = 28.95%

 GREEN value IS 186 (73.05% from 255) = 32.63%

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 28.95%
G = 32.63%
B = 38.42%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5BADB (or 0xA5BADB) is known color: Light Steel Blue. HEX triplet: A5, BA and DB. RGB value is (165,186,219). Sum of RGB (Red+Green+Blue) = 165+186+219=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BADB is #5A4524. Grayscale: #B7B7B7. Windows color (decimal): -5915941 or 14400165. OLE color: 14400165.

HSL color Cylindrical-coordinate representation of color #A5BADB: hue angle of 216.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5BADB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 186 219 -
CMYK 0.25 0.15 0 0.14
HSL 216.67º 0.43% 0.75% -
HSV(B) 216.67º 0.25% 0.86% -
XYZ 45.86 48.23 73.91 -
YUV 183.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 165 186 219 0.25 0.15 0 0.14 216.67 0.43 0.75
Hex A5 BA DB 19 F 0 E D9 2B 4B
Octal 245 272 333 31 17 0 16 331 53 113
Binary 10100101 10111010 11011011 11001 1111 0 1110 11011001 101011 1001011

Color Harmonies of #A5BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BADB

Black with #A5BADB

Text Example


Text Example

White with #A5BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BADB; }

 p { color: rgb(165,186,219); }

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

background-color css

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

 a { background-color: rgb(165,186,219); }

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

border-color css

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

 span { border-color: rgb(165,186,219); }

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