Html Css Color HEX #A8BBDE Light Steel Blue

📋 copy color: '#A8BBDE'

red 168 ◦ green 187 ◦ blue 222

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

Shades of Light Steel Blue #A8BBDE

Tints of Light Steel Blue #A8BBDE

RGB

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

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

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

R = 29.12%
G = 32.41%
B = 38.47%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8BBDE (or 0xA8BBDE) is known color: Light Steel Blue. HEX triplet: A8, BB and DE. RGB value is (168,187,222). Sum of RGB (Red+Green+Blue) = 168+187+222=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBDE is #574421. Grayscale: #B9B9B9. Windows color (decimal): -5719074 or 14597032. OLE color: 14597032.

HSL color Cylindrical-coordinate representation of color #A8BBDE: hue angle of 218.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8BBDE is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 187 222 -
CMYK 0.24 0.16 0 0.13
HSL 218.89º 0.45% 0.76% -
HSV(B) 218.89º 0.24% 0.87% -
XYZ 47.1 49.14 76.11 -
YUV 185.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 168 187 222 0.24 0.16 0 0.13 218.89 0.45 0.76
Hex A8 BB DE 18 10 0 D DB 2D 4C
Octal 250 273 336 30 20 0 15 333 55 114
Binary 10101000 10111011 11011110 11000 10000 0 1101 11011011 101101 1001100

Color Harmonies of #A8BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBDE

Black with #A8BBDE

Text Example


Text Example

White with #A8BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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