Html Css Color HEX #A6C5DB Light Steel Blue

📋 copy color: '#A6C5DB'

red 166 ◦ green 197 ◦ blue 219

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

Shades of Light Steel Blue #A6C5DB

Tints of Light Steel Blue #A6C5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 28.52%
G = 33.85%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6C5DB (or 0xA6C5DB) is known color: Light Steel Blue. HEX triplet: A6, C5 and DB. RGB value is (166,197,219). Sum of RGB (Red+Green+Blue) = 166+197+219=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5DB is #593A24. Grayscale: #BEBEBE. Windows color (decimal): -5847589 or 14402982. OLE color: 14402982.

HSL color Cylindrical-coordinate representation of color #A6C5DB: hue angle of 204.91º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C5DB is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 197 219 -
CMYK 0.24 0.10 0 0.14
HSL 204.91º 0.42% 0.75% -
HSV(B) 204.91º 0.24% 0.86% -
XYZ 48.48 53.15 74.72 -
YUV 190.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 166 197 219 0.24 0.10 0 0.14 204.91 0.42 0.75
Hex A6 C5 DB 18 A 0 E CD 2A 4B
Octal 246 305 333 30 12 0 16 315 52 113
Binary 10100110 11000101 11011011 11000 1010 0 1110 11001101 101010 1001011

Color Harmonies of #A6C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C5DB

Black with #A6C5DB

Text Example


Text Example

White with #A6C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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