Html Css Color HEX #A6C0DE Light Steel Blue

📋 copy color: '#A6C0DE'

red 166 ◦ green 192 ◦ blue 222

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

Shades of Light Steel Blue #A6C0DE

Tints of Light Steel Blue #A6C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.1%

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

R = 28.62%
G = 33.1%
B = 38.28%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6C0DE (or 0xA6C0DE) is known color: Light Steel Blue. HEX triplet: A6, C0 and DE. RGB value is (166,192,222). Sum of RGB (Red+Green+Blue) = 166+192+222=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0DE is #593F21. Grayscale: #BBBBBB. Windows color (decimal): -5848866 or 14598310. OLE color: 14598310.

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

Color convert

RGB 166 192 222 -
CMYK 0.25 0.14 0 0.13
HSL 212.14º 0.46% 0.76% -
HSV(B) 212.14º 0.25% 0.87% -
XYZ 47.76 51.08 76.45 -
YUV 187.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 166 192 222 0.25 0.14 0 0.13 212.14 0.46 0.76
Hex A6 C0 DE 19 E 0 D D4 2E 4C
Octal 246 300 336 31 16 0 15 324 56 114
Binary 10100110 11000000 11011110 11001 1110 0 1101 11010100 101110 1001100

Color Harmonies of #A6C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0DE

Black with #A6C0DE

Text Example


Text Example

White with #A6C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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