#A3C4CD

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

Shades of Regent St Blue #A3C4CD

Tints of Regent St Blue #A3C4CD

Color information

#A3C4CD (or 0xA3C4CD) is unknown color: approx Regent St Blue. HEX triplet: A3, C4 and CD. RGB value is (163,196,205). Sum of RGB (Red+Green+Blue) = 163+196+205=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3C4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4CD is #5C3B32. Grayscale: #BBBBBB. Windows color (decimal): -6044467 or 13485219. OLE color: 13485219.

HSL color Cylindrical-coordinate representation of color #A3C4CD: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C4CD is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163196205-
CMYK0.200.0400.20
HSL192.86º29.58%72.16%-
HSV(B)192.86º20.49%80.39%-
XYZ45.8651.6765.31-
YUV187.16138.07110.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.90%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=28.90%
G=34.75%
B=36.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631962050.200.0400.20192.8629.5872.16
HexA3C4CD144014c11e48
Octal24330431524402430136110
Binary1010001111000100110011011010010001010011000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C4CD; }

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

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

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

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

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

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

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

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