Html Css Color HEX #A5BBDB Light Steel Blue

📋 copy color: '#A5BBDB'

red 165 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #A5BBDB

Tints of Light Steel Blue #A5BBDB

RGB

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

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

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

R = 28.9%
G = 32.75%
B = 38.35%

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

#A5BBDB (or 0xA5BBDB) is known color: Light Steel Blue. HEX triplet: A5, BB and DB. RGB value is (165,187,219). Sum of RGB (Red+Green+Blue) = 165+187+219=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBDB is #5A4424. Grayscale: #B7B7B7. Windows color (decimal): -5915685 or 14400421. OLE color: 14400421.

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

Color convert

RGB 165 187 219 -
CMYK 0.25 0.15 0 0.14
HSL 215.56º 0.43% 0.75% -
HSV(B) 215.56º 0.25% 0.86% -
XYZ 46.07 48.65 73.98 -
YUV 184.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 165 187 219 0.25 0.15 0 0.14 215.56 0.43 0.75
Hex A5 BB DB 19 F 0 E D8 2B 4B
Octal 245 273 333 31 17 0 16 330 53 113
Binary 10100101 10111011 11011011 11001 1111 0 1110 11011000 101011 1001011

Color Harmonies of #A5BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBDB

Black with #A5BBDB

Text Example


Text Example

White with #A5BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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