Html Css Color HEX #A8BADB Light Steel Blue

📋 copy color: '#A8BADB'

red 168 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #A8BADB

Tints of Light Steel Blue #A8BADB

RGB

 RED value IS 168 (66.02% from 255) = 29.32%

 GREEN value IS 186 (73.05% from 255) = 32.46%

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

R = 29.32%
G = 32.46%
B = 38.22%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8BADB (or 0xA8BADB) is known color: Light Steel Blue. HEX triplet: A8, BA and DB. RGB value is (168,186,219). Sum of RGB (Red+Green+Blue) = 168+186+219=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BADB is #574524. Grayscale: #B8B8B8. Windows color (decimal): -5719333 or 14400168. OLE color: 14400168.

HSL color Cylindrical-coordinate representation of color #A8BADB: hue angle of 218.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BADB is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 186 219 -
CMYK 0.23 0.15 0 0.14
HSL 218.82º 0.41% 0.76% -
HSV(B) 218.82º 0.23% 0.86% -
XYZ 46.49 48.56 73.94 -
YUV 184.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 168 186 219 0.23 0.15 0 0.14 218.82 0.41 0.76
Hex A8 BA DB 17 F 0 E DB 29 4C
Octal 250 272 333 27 17 0 16 333 51 114
Binary 10101000 10111010 11011011 10111 1111 0 1110 11011011 101001 1001100

Color Harmonies of #A8BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BADB

Black with #A8BADB

Text Example


Text Example

White with #A8BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BADB; }

 p { color: rgb(168,186,219); }

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

background-color css

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

 a { background-color: rgb(168,186,219); }

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

border-color css

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

 span { border-color: rgb(168,186,219); }

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