Html Css Color HEX #A8BCDA Light Steel Blue

📋 copy color: '#A8BCDA'

red 168 ◦ green 188 ◦ blue 218

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

Shades of Light Steel Blue #A8BCDA

Tints of Light Steel Blue #A8BCDA

RGB

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

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

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

R = 29.27%
G = 32.75%
B = 37.98%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8BCDA (or 0xA8BCDA) is known color: Light Steel Blue. HEX triplet: A8, BC and DA. RGB value is (168,188,218). Sum of RGB (Red+Green+Blue) = 168+188+218=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCDA is #574325. Grayscale: #B9B9B9. Windows color (decimal): -5718822 or 14335144. OLE color: 14335144.

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

Color convert

RGB 168 188 218 -
CMYK 0.23 0.14 0 0.15
HSL 216º 0.4% 0.76% -
HSV(B) 216º 0.23% 0.85% -
XYZ 46.79 49.35 73.39 -
YUV 185.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 168 188 218 0.23 0.14 0 0.15 216 0.4 0.76
Hex A8 BC DA 17 E 0 F D8 28 4C
Octal 250 274 332 27 16 0 17 330 50 114
Binary 10101000 10111100 11011010 10111 1110 0 1111 11011000 101000 1001100

Color Harmonies of #A8BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCDA

Black with #A8BCDA

Text Example


Text Example

White with #A8BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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