#A3CEDB

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

Shades of Regent St Blue #A3CEDB

Tints of Regent St Blue #A3CEDB

Color information

#A3CEDB (or 0xA3CEDB) is unknown color: approx Regent St Blue. HEX triplet: A3, CE and DB. RGB value is (163,206,219). Sum of RGB (Red+Green+Blue) = 163+206+219=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEDB is #5C3124. Grayscale: #C2C2C2. Windows color (decimal): -6041893 or 14405283. OLE color: 14405283.

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

Color convert

RGB163206219-
CMYK0.260.0600.14
HSL193.93º43.75%74.9%-
HSV(B)193.93º25.57%85.88%-
XYZ49.9657.0475.4-
YUV194.62141.75105.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=27.72%
G=35.03%
B=37.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632062190.260.0600.14193.9343.7574.9
HexA3CEDB1A60Ec22c4b
Octal24331633332601630254113
Binary1010001111001110110110111101011001110110000101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEDB; }

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

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

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

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

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

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

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

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