Html Css Color HEX #A8BBDB Light Steel Blue

📋 copy color: '#A8BBDB'

red 168 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #A8BBDB

Tints of Light Steel Blue #A8BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.58%

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

R = 29.27%
G = 32.58%
B = 38.15%

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

#A8BBDB (or 0xA8BBDB) is known color: Light Steel Blue. HEX triplet: A8, BB and DB. RGB value is (168,187,219). Sum of RGB (Red+Green+Blue) = 168+187+219=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBDB is #574424. Grayscale: #B8B8B8. Windows color (decimal): -5719077 or 14400424. OLE color: 14400424.

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

Color convert

RGB 168 187 219 -
CMYK 0.23 0.15 0 0.14
HSL 217.65º 0.41% 0.76% -
HSV(B) 217.65º 0.23% 0.86% -
XYZ 46.7 48.98 74.01 -
YUV 184.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 168 187 219 0.23 0.15 0 0.14 217.65 0.41 0.76
Hex A8 BB DB 17 F 0 E DA 29 4C
Octal 250 273 333 27 17 0 16 332 51 114
Binary 10101000 10111011 11011011 10111 1111 0 1110 11011010 101001 1001100

Color Harmonies of #A8BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBDB

Black with #A8BBDB

Text Example


Text Example

White with #A8BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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