Html Css Color HEX #A6C2DC Light Steel Blue

📋 copy color: '#A6C2DC'

red 166 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #A6C2DC

Tints of Light Steel Blue #A6C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.45%

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

R = 28.62%
G = 33.45%
B = 37.93%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6C2DC (or 0xA6C2DC) is known color: Light Steel Blue. HEX triplet: A6, C2 and DC. RGB value is (166,194,220). Sum of RGB (Red+Green+Blue) = 166+194+220=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2DC is #593D23. Grayscale: #BCBCBC. Windows color (decimal): -5848356 or 14467750. OLE color: 14467750.

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

Color convert

RGB 166 194 220 -
CMYK 0.25 0.12 0 0.14
HSL 208.89º 0.44% 0.76% -
HSV(B) 208.89º 0.25% 0.86% -
XYZ 47.94 51.86 75.19 -
YUV 188.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 166 194 220 0.25 0.12 0 0.14 208.89 0.44 0.76
Hex A6 C2 DC 19 C 0 E D1 2C 4C
Octal 246 302 334 31 14 0 16 321 54 114
Binary 10100110 11000010 11011100 11001 1100 0 1110 11010001 101100 1001100

Color Harmonies of #A6C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2DC

Black with #A6C2DC

Text Example


Text Example

White with #A6C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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