#A3CEDC

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

Shades of Regent St Blue #A3CEDC

Tints of Regent St Blue #A3CEDC

Color information

#A3CEDC (or 0xA3CEDC) is unknown color: approx Regent St Blue. HEX triplet: A3, CE and DC. RGB value is (163,206,220). Sum of RGB (Red+Green+Blue) = 163+206+220=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEDC is #5C3123. Grayscale: #C2C2C2. Windows color (decimal): -6041892 or 14470819. OLE color: 14470819.

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

Color convert

RGB163206220-
CMYK0.260.0600.14
HSL194.74º44.88%75.1%-
HSV(B)194.74º25.91%86.27%-
XYZ50.0957.176.09-
YUV194.74142.25105.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.67%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=27.67%
G=34.97%
B=37.35%

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
Decimal1632062200.260.0600.14194.7444.8875.1
HexA3CEDC1A60Ec32d4b
Octal24331633432601630355113
Binary1010001111001110110111001101011001110110000111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEDC; }

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

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

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

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

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

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

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

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