Html Css Color HEX #A6BBDF Light Steel Blue

📋 copy color: '#A6BBDF'

red 166 ◦ green 187 ◦ blue 223

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

Shades of Light Steel Blue #A6BBDF

Tints of Light Steel Blue #A6BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 28.82%
G = 32.47%
B = 38.72%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6BBDF (or 0xA6BBDF) is known color: Light Steel Blue. HEX triplet: A6, BB and DF. RGB value is (166,187,223). Sum of RGB (Red+Green+Blue) = 166+187+223=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBDF is #594420. Grayscale: #B8B8B8. Windows color (decimal): -5850145 or 14662566. OLE color: 14662566.

HSL color Cylindrical-coordinate representation of color #A6BBDF: hue angle of 217.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BBDF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 187 223 -
CMYK 0.26 0.16 0 0.13
HSL 217.89º 0.47% 0.76% -
HSV(B) 217.89º 0.26% 0.87% -
XYZ 46.82 48.98 76.8 -
YUV 184.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 166 187 223 0.26 0.16 0 0.13 217.89 0.47 0.76
Hex A6 BB DF 1A 10 0 D DA 2F 4C
Octal 246 273 337 32 20 0 15 332 57 114
Binary 10100110 10111011 11011111 11010 10000 0 1101 11011010 101111 1001100

Color Harmonies of #A6BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBDF

Black with #A6BBDF

Text Example


Text Example

White with #A6BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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