Html Css Color HEX #A0BCDE Light Steel Blue

📋 copy color: '#A0BCDE'

red 160 ◦ green 188 ◦ blue 222

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

Shades of Light Steel Blue #A0BCDE

Tints of Light Steel Blue #A0BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 28.07%
G = 32.98%
B = 38.95%

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

#A0BCDE (or 0xA0BCDE) is known color: Light Steel Blue. HEX triplet: A0, BC and DE. RGB value is (160,188,222). Sum of RGB (Red+Green+Blue) = 160+188+222=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCDE is #5F4321. Grayscale: #B7B7B7. Windows color (decimal): -6243106 or 14597280. OLE color: 14597280.

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

Color convert

RGB 160 188 222 -
CMYK 0.28 0.15 0 0.13
HSL 212.9º 0.48% 0.75% -
HSV(B) 212.9º 0.28% 0.87% -
XYZ 45.67 48.71 76.1 -
YUV 183.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 160 188 222 0.28 0.15 0 0.13 212.9 0.48 0.75
Hex A0 BC DE 1C F 0 D D5 30 4B
Octal 240 274 336 34 17 0 15 325 60 113
Binary 10100000 10111100 11011110 11100 1111 0 1101 11010101 110000 1001011

Color Harmonies of #A0BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCDE

Black with #A0BCDE

Text Example


Text Example

White with #A0BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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