Html Css Color HEX #A6C1DE Light Steel Blue

📋 copy color: '#A6C1DE'

red 166 ◦ green 193 ◦ blue 222

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

Shades of Light Steel Blue #A6C1DE

Tints of Light Steel Blue #A6C1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.22%

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

R = 28.57%
G = 33.22%
B = 38.21%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6C1DE (or 0xA6C1DE) is known color: Light Steel Blue. HEX triplet: A6, C1 and DE. RGB value is (166,193,222). Sum of RGB (Red+Green+Blue) = 166+193+222=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6C1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1DE is #593E21. Grayscale: #BCBCBC. Windows color (decimal): -5848610 or 14598566. OLE color: 14598566.

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

Color convert

RGB 166 193 222 -
CMYK 0.25 0.13 0 0.13
HSL 211.07º 0.46% 0.76% -
HSV(B) 211.07º 0.25% 0.87% -
XYZ 47.98 51.52 76.52 -
YUV 188.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 166 193 222 0.25 0.13 0 0.13 211.07 0.46 0.76
Hex A6 C1 DE 19 D 0 D D3 2E 4C
Octal 246 301 336 31 15 0 15 323 56 114
Binary 10100110 11000001 11011110 11001 1101 0 1101 11010011 101110 1001100

Color Harmonies of #A6C1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C1DE

Black with #A6C1DE

Text Example


Text Example

White with #A6C1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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