Html Css Color HEX #A6BFDD Light Steel Blue

📋 copy color: '#A6BFDD'

red 166 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #A6BFDD

Tints of Light Steel Blue #A6BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 28.72%
G = 33.04%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6BFDD (or 0xA6BFDD) is known color: Light Steel Blue. HEX triplet: A6, BF and DD. RGB value is (166,191,221). Sum of RGB (Red+Green+Blue) = 166+191+221=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFDD is #594022. Grayscale: #BABABA. Windows color (decimal): -5849123 or 14532518. OLE color: 14532518.

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

Color convert

RGB 166 191 221 -
CMYK 0.25 0.14 0 0.13
HSL 212.73º 0.45% 0.76% -
HSV(B) 212.73º 0.25% 0.87% -
XYZ 47.41 50.59 75.67 -
YUV 186.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 166 191 221 0.25 0.14 0 0.13 212.73 0.45 0.76
Hex A6 BF DD 19 E 0 D D5 2D 4C
Octal 246 277 335 31 16 0 15 325 55 114
Binary 10100110 10111111 11011101 11001 1110 0 1101 11010101 101101 1001100

Color Harmonies of #A6BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFDD

Black with #A6BFDD

Text Example


Text Example

White with #A6BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFDD; }

 p { color: rgb(166,191,221); }

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

background-color css

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

 a { background-color: rgb(166,191,221); }

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

border-color css

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

 span { border-color: rgb(166,191,221); }

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