#A3CED6

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

Shades of Regent St Blue #A3CED6

Tints of Regent St Blue #A3CED6

Color information

#A3CED6 (or 0xA3CED6) is unknown color: approx Regent St Blue. HEX triplet: A3, CE and D6. RGB value is (163,206,214). Sum of RGB (Red+Green+Blue) = 163+206+214=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CED6 is #5C3129. Grayscale: #C1C1C1. Windows color (decimal): -6041898 or 14077603. OLE color: 14077603.

HSL color Cylindrical-coordinate representation of color #A3CED6: hue angle of 189.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3CED6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163206214-
CMYK0.240.0400.16
HSL189.41º38.35%73.92%-
HSV(B)189.41º23.83%83.92%-
XYZ49.3156.7871.98-
YUV194.06139.25105.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.96%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 214 (83.98% from 255) = 36.71%
R=27.96%
G=35.33%
B=36.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632062140.240.0400.16189.4138.3573.92
HexA3CED6184010bd264a
Octal24331632630402027546112
Binary10100011110011101101011011000100010000101111011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CED6; }

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

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

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

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

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

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

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

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