#A0C4D2

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

Shades of Regent St Blue #A0C4D2

Tints of Regent St Blue #A0C4D2

Color information

#A0C4D2 (or 0xA0C4D2) is unknown color: approx Regent St Blue. HEX triplet: A0, C4 and D2. RGB value is (160,196,210). Sum of RGB (Red+Green+Blue) = 160+196+210=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #A0C4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C4D2 is #5F3B2D. Grayscale: #BABABA. Windows color (decimal): -6241070 or 13812896. OLE color: 13812896.

HSL color Cylindrical-coordinate representation of color #A0C4D2: hue angle of 196.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0C4D2 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160196210-
CMYK0.240.0700.18
HSL196.8º35.71%72.55%-
HSV(B)196.8º23.81%82.35%-
XYZ45.8751.6168.52-
YUV186.83141.07108.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.27%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=28.27%
G=34.63%
B=37.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601962100.240.0700.18196.835.7172.55
HexA0C4D2187012c52449
Octal24030432230702230544111
Binary10100000110001001101001011000111010010110001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C4D2; }

 p { color: rgb(160,196,210); }

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

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

 a { background-color: rgb(160,196,210); }

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

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

 span { border-color: rgb(160,196,210); }

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