Html Css Color HEX #A0BDDE Light Steel Blue

📋 copy color: '#A0BDDE'

red 160 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #A0BDDE

Tints of Light Steel Blue #A0BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 28.02%
G = 33.1%
B = 38.88%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0BDDE (or 0xA0BDDE) is known color: Light Steel Blue. HEX triplet: A0, BD and DE. RGB value is (160,189,222). Sum of RGB (Red+Green+Blue) = 160+189+222=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDDE is #5F4221. Grayscale: #B7B7B7. Windows color (decimal): -6242850 or 14597536. OLE color: 14597536.

HSL color Cylindrical-coordinate representation of color #A0BDDE: hue angle of 211.94º degrees, saturation: 0.48, 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 #A0BDDE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 189 222 -
CMYK 0.28 0.15 0 0.13
HSL 211.94º 0.48% 0.75% -
HSV(B) 211.94º 0.28% 0.87% -
XYZ 45.88 49.14 76.17 -
YUV 184.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 160 189 222 0.28 0.15 0 0.13 211.94 0.48 0.75
Hex A0 BD DE 1C F 0 D D4 30 4B
Octal 240 275 336 34 17 0 15 324 60 113
Binary 10100000 10111101 11011110 11100 1111 0 1101 11010100 110000 1001011

Color Harmonies of #A0BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDDE

Black with #A0BDDE

Text Example


Text Example

White with #A0BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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