Html Css Color HEX #A6BDDC Light Steel Blue

📋 copy color: '#A6BDDC'

red 166 ◦ green 189 ◦ blue 220

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

Shades of Light Steel Blue #A6BDDC

Tints of Light Steel Blue #A6BDDC

RGB

 RED value IS 166 (65.23% from 255) = 28.87%

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 28.87%
G = 32.87%
B = 38.26%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6BDDC (or 0xA6BDDC) is known color: Light Steel Blue. HEX triplet: A6, BD and DC. RGB value is (166,189,220). Sum of RGB (Red+Green+Blue) = 166+189+220=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDDC is #594223. Grayscale: #B9B9B9. Windows color (decimal): -5849636 or 14466470. OLE color: 14466470.

HSL color Cylindrical-coordinate representation of color #A6BDDC: hue angle of 214.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6BDDC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 189 220 -
CMYK 0.25 0.14 0 0.14
HSL 214.44º 0.44% 0.76% -
HSV(B) 214.44º 0.25% 0.86% -
XYZ 46.84 49.67 74.83 -
YUV 185.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 166 189 220 0.25 0.14 0 0.14 214.44 0.44 0.76
Hex A6 BD DC 19 E 0 E D6 2C 4C
Octal 246 275 334 31 16 0 16 326 54 114
Binary 10100110 10111101 11011100 11001 1110 0 1110 11010110 101100 1001100

Color Harmonies of #A6BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDDC

Black with #A6BDDC

Text Example


Text Example

White with #A6BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDDC; }

 p { color: rgb(166,189,220); }

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

background-color css

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

 a { background-color: rgb(166,189,220); }

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

border-color css

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

 span { border-color: rgb(166,189,220); }

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