Html Css Color HEX #A6BBDC Light Steel Blue

📋 copy color: '#A6BBDC'

red 166 ◦ green 187 ◦ blue 220

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

Shades of Light Steel Blue #A6BBDC

Tints of Light Steel Blue #A6BBDC

RGB

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

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

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

R = 28.97%
G = 32.64%
B = 38.39%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6BBDC (or 0xA6BBDC) is known color: Light Steel Blue. HEX triplet: A6, BB and DC. RGB value is (166,187,220). Sum of RGB (Red+Green+Blue) = 166+187+220=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBDC is #594423. Grayscale: #B8B8B8. Windows color (decimal): -5850148 or 14465958. OLE color: 14465958.

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

Color convert

RGB 166 187 220 -
CMYK 0.25 0.15 0 0.14
HSL 216.67º 0.44% 0.76% -
HSV(B) 216.67º 0.25% 0.86% -
XYZ 46.41 48.81 74.69 -
YUV 184.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 166 187 220 0.25 0.15 0 0.14 216.67 0.44 0.76
Hex A6 BB DC 19 F 0 E D9 2C 4C
Octal 246 273 334 31 17 0 16 331 54 114
Binary 10100110 10111011 11011100 11001 1111 0 1110 11011001 101100 1001100

Color Harmonies of #A6BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBDC

Black with #A6BBDC

Text Example


Text Example

White with #A6BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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