Html Css Color HEX #A8BADA Light Steel Blue

📋 copy color: '#A8BADA'

red 168 ◦ green 186 ◦ blue 218

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

Shades of Light Steel Blue #A8BADA

Tints of Light Steel Blue #A8BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 29.37%
G = 32.52%
B = 38.11%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8BADA (or 0xA8BADA) is known color: Light Steel Blue. HEX triplet: A8, BA and DA. RGB value is (168,186,218). Sum of RGB (Red+Green+Blue) = 168+186+218=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BADA is #574525. Grayscale: #B8B8B8. Windows color (decimal): -5719334 or 14334632. OLE color: 14334632.

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

Color convert

RGB 168 186 218 -
CMYK 0.23 0.15 0 0.15
HSL 218.4º 0.4% 0.76% -
HSV(B) 218.4º 0.23% 0.85% -
XYZ 46.36 48.5 73.25 -
YUV 184.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 168 186 218 0.23 0.15 0 0.15 218.4 0.4 0.76
Hex A8 BA DA 17 F 0 F DA 28 4C
Octal 250 272 332 27 17 0 17 332 50 114
Binary 10101000 10111010 11011010 10111 1111 0 1111 11011010 101000 1001100

Color Harmonies of #A8BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BADA

Black with #A8BADA

Text Example


Text Example

White with #A8BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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