#A0CAD6

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

Shades of Regent St Blue #A0CAD6

Tints of Regent St Blue #A0CAD6

Color information

#A0CAD6 (or 0xA0CAD6) is unknown color: approx Regent St Blue. HEX triplet: A0, CA and D6. RGB value is (160,202,214). Sum of RGB (Red+Green+Blue) = 160+202+214=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #A0CAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAD6 is #5F3529. Grayscale: #BEBEBE. Windows color (decimal): -6239530 or 14076576. OLE color: 14076576.

HSL color Cylindrical-coordinate representation of color #A0CAD6: hue angle of 193.33º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0CAD6 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160202214-
CMYK0.250.0600.16
HSL193.33º39.71%73.33%-
HSV(B)193.33º25.23%83.92%-
XYZ47.7654.5771.63-
YUV190.81141.09106.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.78%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 214 (83.98% from 255) = 37.15%
R=27.78%
G=35.07%
B=37.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602022140.250.0600.16193.3339.7173.33
HexA0CAD6196010c12849
Octal24031232631602030150111
Binary10100000110010101101011011001110010000110000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAD6; }

 p { color: rgb(160,202,214); }

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

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

 a { background-color: rgb(160,202,214); }

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

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

 span { border-color: rgb(160,202,214); }

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