Html Css Color HEX #A0BBDB Light Steel Blue

📋 copy color: '#A0BBDB'

red 160 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #A0BBDB

Tints of Light Steel Blue #A0BBDB

RGB

 RED value IS 160 (62.89% from 255) = 28.27%

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

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

R = 28.27%
G = 33.04%
B = 38.69%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0BBDB (or 0xA0BBDB) is known color: Light Steel Blue. HEX triplet: A0, BB and DB. RGB value is (160,187,219). Sum of RGB (Red+Green+Blue) = 160+187+219=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBDB is #5F4424. Grayscale: #B6B6B6. Windows color (decimal): -6243365 or 14400416. OLE color: 14400416.

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

Color convert

RGB 160 187 219 -
CMYK 0.27 0.15 0 0.14
HSL 212.54º 0.45% 0.74% -
HSV(B) 212.54º 0.27% 0.86% -
XYZ 45.05 48.13 73.93 -
YUV 182.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 160 187 219 0.27 0.15 0 0.14 212.54 0.45 0.74
Hex A0 BB DB 1B F 0 E D5 2D 4A
Octal 240 273 333 33 17 0 16 325 55 112
Binary 10100000 10111011 11011011 11011 1111 0 1110 11010101 101101 1001010

Color Harmonies of #A0BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBDB

Black with #A0BBDB

Text Example


Text Example

White with #A0BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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