Html Css Color HEX #A5B9DB Light Steel Blue

📋 copy color: '#A5B9DB'

red 165 ◦ green 185 ◦ blue 219

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

Shades of Light Steel Blue #A5B9DB

Tints of Light Steel Blue #A5B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.51%

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

R = 29%
G = 32.51%
B = 38.49%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5B9DB (or 0xA5B9DB) is known color: Light Steel Blue. HEX triplet: A5, B9 and DB. RGB value is (165,185,219). Sum of RGB (Red+Green+Blue) = 165+185+219=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B9DB is #5A4624. Grayscale: #B6B6B6. Windows color (decimal): -5916197 or 14399909. OLE color: 14399909.

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

Color convert

RGB 165 185 219 -
CMYK 0.25 0.16 0 0.14
HSL 217.78º 0.43% 0.75% -
HSV(B) 217.78º 0.25% 0.86% -
XYZ 45.65 47.81 73.84 -
YUV 182.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 165 185 219 0.25 0.16 0 0.14 217.78 0.43 0.75
Hex A5 B9 DB 19 10 0 E DA 2B 4B
Octal 245 271 333 31 20 0 16 332 53 113
Binary 10100101 10111001 11011011 11001 10000 0 1110 11011010 101011 1001011

Color Harmonies of #A5B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9DB

Black with #A5B9DB

Text Example


Text Example

White with #A5B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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