Html Css Color HEX #A0BEDB Light Steel Blue

📋 copy color: '#A0BEDB'

red 160 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #A0BEDB

Tints of Light Steel Blue #A0BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

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

R = 28.12%
G = 33.39%
B = 38.49%

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

#A0BEDB (or 0xA0BEDB) is known color: Light Steel Blue. HEX triplet: A0, BE and DB. RGB value is (160,190,219). Sum of RGB (Red+Green+Blue) = 160+190+219=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEDB is #5F4124. Grayscale: #B8B8B8. Windows color (decimal): -6242597 or 14401184. OLE color: 14401184.

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

Color convert

RGB 160 190 219 -
CMYK 0.27 0.13 0 0.14
HSL 209.49º 0.45% 0.74% -
HSV(B) 209.49º 0.27% 0.86% -
XYZ 45.7 49.41 74.15 -
YUV 184.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 160 190 219 0.27 0.13 0 0.14 209.49 0.45 0.74
Hex A0 BE DB 1B D 0 E D1 2D 4A
Octal 240 276 333 33 15 0 16 321 55 112
Binary 10100000 10111110 11011011 11011 1101 0 1110 11010001 101101 1001010

Color Harmonies of #A0BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEDB

Black with #A0BEDB

Text Example


Text Example

White with #A0BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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