Html Css Color HEX #A0BFDD Light Steel Blue

📋 copy color: '#A0BFDD'

red 160 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #A0BFDD

Tints of Light Steel Blue #A0BFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 27.97%
G = 33.39%
B = 38.64%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0BFDD (or 0xA0BFDD) is known color: Light Steel Blue. HEX triplet: A0, BF and DD. RGB value is (160,191,221). Sum of RGB (Red+Green+Blue) = 160+191+221=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFDD is #5F4022. Grayscale: #B9B9B9. Windows color (decimal): -6242339 or 14532512. OLE color: 14532512.

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

Color convert

RGB 160 191 221 -
CMYK 0.28 0.14 0 0.13
HSL 209.51º 0.47% 0.75% -
HSV(B) 209.51º 0.28% 0.87% -
XYZ 46.18 49.96 75.62 -
YUV 185.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 160 191 221 0.28 0.14 0 0.13 209.51 0.47 0.75
Hex A0 BF DD 1C E 0 D D2 2F 4B
Octal 240 277 335 34 16 0 15 322 57 113
Binary 10100000 10111111 11011101 11100 1110 0 1101 11010010 101111 1001011

Color Harmonies of #A0BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFDD

Black with #A0BFDD

Text Example


Text Example

White with #A0BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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