Html Css Color HEX #A6BFDE Light Steel Blue

📋 copy color: '#A6BFDE'

red 166 ◦ green 191 ◦ blue 222

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

Shades of Light Steel Blue #A6BFDE

Tints of Light Steel Blue #A6BFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 28.67%
G = 32.99%
B = 38.34%

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

#A6BFDE (or 0xA6BFDE) is known color: Light Steel Blue. HEX triplet: A6, BF and DE. RGB value is (166,191,222). Sum of RGB (Red+Green+Blue) = 166+191+222=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFDE is #594021. Grayscale: #BABABA. Windows color (decimal): -5849122 or 14598054. OLE color: 14598054.

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

Color convert

RGB 166 191 222 -
CMYK 0.25 0.14 0 0.13
HSL 213.21º 0.46% 0.76% -
HSV(B) 213.21º 0.25% 0.87% -
XYZ 47.54 50.64 76.38 -
YUV 187.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 166 191 222 0.25 0.14 0 0.13 213.21 0.46 0.76
Hex A6 BF DE 19 E 0 D D5 2E 4C
Octal 246 277 336 31 16 0 15 325 56 114
Binary 10100110 10111111 11011110 11001 1110 0 1101 11010101 101110 1001100

Color Harmonies of #A6BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFDE

Black with #A6BFDE

Text Example


Text Example

White with #A6BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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