#A3CCDB

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

Shades of Regent St Blue #A3CCDB

Tints of Regent St Blue #A3CCDB

Color information

#A3CCDB (or 0xA3CCDB) is unknown color: approx Regent St Blue. HEX triplet: A3, CC and DB. RGB value is (163,204,219). Sum of RGB (Red+Green+Blue) = 163+204+219=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCDB is #5C3324. Grayscale: #C1C1C1. Windows color (decimal): -6042405 or 14404771. OLE color: 14404771.

HSL color Cylindrical-coordinate representation of color #A3CCDB: hue angle of 196.07º degrees, saturation: 0.44, 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 #A3CCDB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163204219-
CMYK0.260.0700.14
HSL196.07º43.75%74.9%-
HSV(B)196.07º25.57%85.88%-
XYZ49.4856.0975.24-
YUV193.45142.42106.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=27.82%
G=34.81%
B=37.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632042190.260.0700.14196.0743.7574.9
HexA3CCDB1A70Ec42c4b
Octal24331433332701630454113
Binary1010001111001100110110111101011101110110001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCDB; }

 p { color: rgb(163,204,219); }

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

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

 a { background-color: rgb(163,204,219); }

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

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

 span { border-color: rgb(163,204,219); }

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