#A3C8DC

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

Shades of Regent St Blue #A3C8DC

Tints of Regent St Blue #A3C8DC

Color information

#A3C8DC (or 0xA3C8DC) is unknown color: approx Regent St Blue. HEX triplet: A3, C8 and DC. RGB value is (163,200,220). Sum of RGB (Red+Green+Blue) = 163+200+220=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 200 (78.52% from 255 or 34.31% 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 #A3C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8DC is #5C3723. Grayscale: #BFBFBF. Windows color (decimal): -6043428 or 14469283. OLE color: 14469283.

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

Color convert

RGB163200220-
CMYK0.260.0900.14
HSL201.05º44.88%75.1%-
HSV(B)201.05º25.91%86.27%-
XYZ48.6854.2675.62-
YUV191.22144.24107.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.96%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=27.96%
G=34.31%
B=37.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632002200.260.0900.14201.0544.8875.1
HexA3C8DC1A90Ec92d4b
Octal243310334321101631155113
Binary10100011110010001101110011010100101110110010011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C8DC; }

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

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

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

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

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

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

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

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