Html Css Color HEX #A8BDDA Light Steel Blue

📋 copy color: '#A8BDDA'

red 168 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #A8BDDA

Tints of Light Steel Blue #A8BDDA

RGB

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

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

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

R = 29.22%
G = 32.87%
B = 37.91%

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

#A8BDDA (or 0xA8BDDA) is known color: Light Steel Blue. HEX triplet: A8, BD and DA. RGB value is (168,189,218). Sum of RGB (Red+Green+Blue) = 168+189+218=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDDA is #574225. Grayscale: #B9B9B9. Windows color (decimal): -5718566 or 14335400. OLE color: 14335400.

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

Color convert

RGB 168 189 218 -
CMYK 0.23 0.13 0 0.15
HSL 214.8º 0.4% 0.76% -
HSV(B) 214.8º 0.23% 0.85% -
XYZ 47 49.78 73.46 -
YUV 186.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 168 189 218 0.23 0.13 0 0.15 214.8 0.4 0.76
Hex A8 BD DA 17 D 0 F D7 28 4C
Octal 250 275 332 27 15 0 17 327 50 114
Binary 10101000 10111101 11011010 10111 1101 0 1111 11010111 101000 1001100

Color Harmonies of #A8BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDDA

Black with #A8BDDA

Text Example


Text Example

White with #A8BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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