#A3CDDA

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

Shades of Regent St Blue #A3CDDA

Tints of Regent St Blue #A3CDDA

Color information

#A3CDDA (or 0xA3CDDA) is unknown color: approx Regent St Blue. HEX triplet: A3, CD and DA. RGB value is (163,205,218). Sum of RGB (Red+Green+Blue) = 163+205+218=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDDA is #5C3225. Grayscale: #C1C1C1. Windows color (decimal): -6042150 or 14339491. OLE color: 14339491.

HSL color Cylindrical-coordinate representation of color #A3CDDA: hue angle of 194.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3CDDA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163205218-
CMYK0.250.0600.15
HSL194.18º42.64%74.71%-
HSV(B)194.18º25.23%85.49%-
XYZ49.5956.5174.62-
YUV193.92141.59105.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=27.82%
G=34.98%
B=37.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632052180.250.0600.15194.1842.6474.71
HexA3CDDA1960Fc22b4b
Octal24331533231601730253113
Binary1010001111001101110110101100111001111110000101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDDA; }

 p { color: rgb(163,205,218); }

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

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

 a { background-color: rgb(163,205,218); }

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

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

 span { border-color: rgb(163,205,218); }

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