Html Css Color HEX #A0BFDC Light Steel Blue

📋 copy color: '#A0BFDC'

red 160 ◦ green 191 ◦ blue 220

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

Shades of Light Steel Blue #A0BFDC

Tints of Light Steel Blue #A0BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 28.02%
G = 33.45%
B = 38.53%

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

#A0BFDC (or 0xA0BFDC) is known color: Light Steel Blue. HEX triplet: A0, BF and DC. RGB value is (160,191,220). Sum of RGB (Red+Green+Blue) = 160+191+220=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFDC is #5F4023. Grayscale: #B8B8B8. Windows color (decimal): -6242340 or 14466976. OLE color: 14466976.

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

Color convert

RGB 160 191 220 -
CMYK 0.27 0.13 0 0.14
HSL 209º 0.46% 0.75% -
HSV(B) 209º 0.27% 0.86% -
XYZ 46.05 49.9 74.92 -
YUV 185.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 160 191 220 0.27 0.13 0 0.14 209 0.46 0.75
Hex A0 BF DC 1B D 0 E D1 2E 4B
Octal 240 277 334 33 15 0 16 321 56 113
Binary 10100000 10111111 11011100 11011 1101 0 1110 11010001 101110 1001011

Color Harmonies of #A0BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFDC

Black with #A0BFDC

Text Example


Text Example

White with #A0BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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