Html Css Color HEX #A8BCDB Light Steel Blue

📋 copy color: '#A8BCDB'

red 168 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #A8BCDB

Tints of Light Steel Blue #A8BCDB

RGB

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

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

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

R = 29.22%
G = 32.7%
B = 38.09%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8BCDB (or 0xA8BCDB) is known color: Light Steel Blue. HEX triplet: A8, BC and DB. RGB value is (168,188,219). Sum of RGB (Red+Green+Blue) = 168+188+219=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCDB is #574324. Grayscale: #B9B9B9. Windows color (decimal): -5718821 or 14400680. OLE color: 14400680.

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

Color convert

RGB 168 188 219 -
CMYK 0.23 0.14 0 0.14
HSL 216.47º 0.41% 0.76% -
HSV(B) 216.47º 0.23% 0.86% -
XYZ 46.92 49.41 74.08 -
YUV 185.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 168 188 219 0.23 0.14 0 0.14 216.47 0.41 0.76
Hex A8 BC DB 17 E 0 E D8 29 4C
Octal 250 274 333 27 16 0 16 330 51 114
Binary 10101000 10111100 11011011 10111 1110 0 1110 11011000 101001 1001100

Color Harmonies of #A8BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCDB

Black with #A8BCDB

Text Example


Text Example

White with #A8BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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