#A6C8DC

Color #A6C8DC Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #A6C8DC

Tints of Regent St Blue #A6C8DC

Color information

#A6C8DC (or 0xA6C8DC) is unknown color: approx Regent St Blue. HEX triplet: A6, C8 and DC. RGB value is (166,200,220). Sum of RGB (Red+Green+Blue) = 166+200+220=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8DC is #593723. Grayscale: #C0C0C0. Windows color (decimal): -5846820 or 14469286. OLE color: 14469286.

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

Color convert

RGB166200220-
CMYK0.250.0900.14
HSL202.22º43.55%75.69%-
HSV(B)202.22º24.55%86.27%-
XYZ49.354.5875.65-
YUV192.11143.74109.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=28.33%
G=34.13%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662002200.250.0900.14202.2243.5575.69
HexA6C8DC1990Eca2c4c
Octal246310334311101631254114
Binary10100110110010001101110011001100101110110010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C8DC; }

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

 H1.HeaderClassName
 {
   color: #A6C8DC;
 }
 .AnyTagClassName
 {
   color: #A6C8DC;
 }
</style>
background-color css

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

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

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

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

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

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