Html Css Color HEX #A0BDDB Light Steel Blue

📋 copy color: '#A0BDDB'

red 160 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #A0BDDB

Tints of Light Steel Blue #A0BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.27%

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

R = 28.17%
G = 33.27%
B = 38.56%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0BDDB (or 0xA0BDDB) is known color: Light Steel Blue. HEX triplet: A0, BD and DB. RGB value is (160,189,219). Sum of RGB (Red+Green+Blue) = 160+189+219=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDDB is #5F4224. Grayscale: #B7B7B7. Windows color (decimal): -6242853 or 14400928. OLE color: 14400928.

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

Color convert

RGB 160 189 219 -
CMYK 0.27 0.14 0 0.14
HSL 210.51º 0.45% 0.74% -
HSV(B) 210.51º 0.27% 0.86% -
XYZ 45.48 48.98 74.08 -
YUV 183.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 160 189 219 0.27 0.14 0 0.14 210.51 0.45 0.74
Hex A0 BD DB 1B E 0 E D3 2D 4A
Octal 240 275 333 33 16 0 16 323 55 112
Binary 10100000 10111101 11011011 11011 1110 0 1110 11010011 101101 1001010

Color Harmonies of #A0BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDDB

Black with #A0BDDB

Text Example


Text Example

White with #A0BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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