Html Css Color HEX #A0BFDB Light Steel Blue

📋 copy color: '#A0BFDB'

red 160 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #A0BFDB

Tints of Light Steel Blue #A0BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.51%

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

R = 28.07%
G = 33.51%
B = 38.42%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0BFDB (or 0xA0BFDB) is known color: Light Steel Blue. HEX triplet: A0, BF and DB. RGB value is (160,191,219). Sum of RGB (Red+Green+Blue) = 160+191+219=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 191 (75% from 255 or 33.51% 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 #A0BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFDB is #5F4024. Grayscale: #B8B8B8. Windows color (decimal): -6242341 or 14401440. OLE color: 14401440.

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

Color convert

RGB 160 191 219 -
CMYK 0.27 0.13 0 0.14
HSL 208.47º 0.45% 0.74% -
HSV(B) 208.47º 0.27% 0.86% -
XYZ 45.91 49.85 74.22 -
YUV 184.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 160 191 219 0.27 0.13 0 0.14 208.47 0.45 0.74
Hex A0 BF DB 1B D 0 E D0 2D 4A
Octal 240 277 333 33 15 0 16 320 55 112
Binary 10100000 10111111 11011011 11011 1101 0 1110 11010000 101101 1001010

Color Harmonies of #A0BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFDB

Black with #A0BFDB

Text Example


Text Example

White with #A0BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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