Html Css Color HEX #A0B8DE Light Steel Blue

📋 copy color: '#A0B8DE'

red 160 ◦ green 184 ◦ blue 222

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

Shades of Light Steel Blue #A0B8DE

Tints of Light Steel Blue #A0B8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.51%

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

R = 28.27%
G = 32.51%
B = 39.22%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0B8DE (or 0xA0B8DE) is known color: Light Steel Blue. HEX triplet: A0, B8 and DE. RGB value is (160,184,222). Sum of RGB (Red+Green+Blue) = 160+184+222=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0B8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B8DE is #5F4721. Grayscale: #B4B4B4. Windows color (decimal): -6244130 or 14596256. OLE color: 14596256.

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

Color convert

RGB 160 184 222 -
CMYK 0.28 0.17 0 0.13
HSL 216.77º 0.48% 0.75% -
HSV(B) 216.77º 0.28% 0.87% -
XYZ 44.82 47.03 75.82 -
YUV 181.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 160 184 222 0.28 0.17 0 0.13 216.77 0.48 0.75
Hex A0 B8 DE 1C 11 0 D D9 30 4B
Octal 240 270 336 34 21 0 15 331 60 113
Binary 10100000 10111000 11011110 11100 10001 0 1101 11011001 110000 1001011

Color Harmonies of #A0B8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B8DE

Black with #A0B8DE

Text Example


Text Example

White with #A0B8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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