Html Css Color HEX #A6C2DD Light Steel Blue

📋 copy color: '#A6C2DD'

red 166 ◦ green 194 ◦ blue 221

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

Shades of Light Steel Blue #A6C2DD

Tints of Light Steel Blue #A6C2DD

RGB

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

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

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

R = 28.57%
G = 33.39%
B = 38.04%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6C2DD (or 0xA6C2DD) is known color: Light Steel Blue. HEX triplet: A6, C2 and DD. RGB value is (166,194,221). Sum of RGB (Red+Green+Blue) = 166+194+221=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2DD is #593D22. Grayscale: #BCBCBC. Windows color (decimal): -5848355 or 14533286. OLE color: 14533286.

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

Color convert

RGB 166 194 221 -
CMYK 0.25 0.12 0 0.13
HSL 209.45º 0.45% 0.76% -
HSV(B) 209.45º 0.25% 0.87% -
XYZ 48.07 51.91 75.89 -
YUV 188.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 166 194 221 0.25 0.12 0 0.13 209.45 0.45 0.76
Hex A6 C2 DD 19 C 0 D D1 2D 4C
Octal 246 302 335 31 14 0 15 321 55 114
Binary 10100110 11000010 11011101 11001 1100 0 1101 11010001 101101 1001100

Color Harmonies of #A6C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2DD

Black with #A6C2DD

Text Example


Text Example

White with #A6C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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