Html Css Color HEX #A6C5DC Light Steel Blue

📋 copy color: '#A6C5DC'

red 166 ◦ green 197 ◦ blue 220

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

Shades of Light Steel Blue #A6C5DC

Tints of Light Steel Blue #A6C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.79%

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

R = 28.47%
G = 33.79%
B = 37.74%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6C5DC (or 0xA6C5DC) is known color: Light Steel Blue. HEX triplet: A6, C5 and DC. RGB value is (166,197,220). Sum of RGB (Red+Green+Blue) = 166+197+220=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5DC is #593A23. Grayscale: #BEBEBE. Windows color (decimal): -5847588 or 14468518. OLE color: 14468518.

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

Color convert

RGB 166 197 220 -
CMYK 0.25 0.10 0 0.14
HSL 205.56º 0.44% 0.76% -
HSV(B) 205.56º 0.25% 0.86% -
XYZ 48.61 53.21 75.42 -
YUV 190.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 166 197 220 0.25 0.10 0 0.14 205.56 0.44 0.76
Hex A6 C5 DC 19 A 0 E CE 2C 4C
Octal 246 305 334 31 12 0 16 316 54 114
Binary 10100110 11000101 11011100 11001 1010 0 1110 11001110 101100 1001100

Color Harmonies of #A6C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C5DC

Black with #A6C5DC

Text Example


Text Example

White with #A6C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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