Html Css Color HEX #A8BDD9 Light Steel Blue

📋 copy color: '#A8BDD9'

red 168 ◦ green 189 ◦ blue 217

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

Shades of Light Steel Blue #A8BDD9

Tints of Light Steel Blue #A8BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.93%

 BLUE value IS 217 (85.16% from 255) = 37.8%

R = 29.27%
G = 32.93%
B = 37.8%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8BDD9 (or 0xA8BDD9) is known color: Light Steel Blue. HEX triplet: A8, BD and D9. RGB value is (168,189,217). Sum of RGB (Red+Green+Blue) = 168+189+217=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDD9 is #574226. Grayscale: #B9B9B9. Windows color (decimal): -5718567 or 14269864. OLE color: 14269864.

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

Color convert

RGB 168 189 217 -
CMYK 0.23 0.13 0 0.15
HSL 214.29º 0.39% 0.75% -
HSV(B) 214.29º 0.23% 0.85% -
XYZ 46.87 49.73 72.77 -
YUV 185.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 168 189 217 0.23 0.13 0 0.15 214.29 0.39 0.75
Hex A8 BD D9 17 D 0 F D6 27 4B
Octal 250 275 331 27 15 0 17 326 47 113
Binary 10101000 10111101 11011001 10111 1101 0 1111 11010110 100111 1001011

Color Harmonies of #A8BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDD9

Black with #A8BDD9

Text Example


Text Example

White with #A8BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDD9; }

 p { color: rgb(168,189,217); }

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

background-color css

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

 a { background-color: rgb(168,189,217); }

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

border-color css

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

 span { border-color: rgb(168,189,217); }

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