#A0C1D6

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

Shades of Regent St Blue #A0C1D6

Tints of Regent St Blue #A0C1D6

Color information

#A0C1D6 (or 0xA0C1D6) is unknown color: approx Regent St Blue. HEX triplet: A0, C1 and D6. RGB value is (160,193,214). Sum of RGB (Red+Green+Blue) = 160+193+214=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #A0C1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C1D6 is #5F3E29. Grayscale: #B9B9B9. Windows color (decimal): -6241834 or 14074272. OLE color: 14074272.

HSL color Cylindrical-coordinate representation of color #A0C1D6: hue angle of 203.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 #A0C1D6 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160193214-
CMYK0.250.1000.16
HSL203.33º39.71%73.33%-
HSV(B)203.33º25.23%83.92%-
XYZ45.750.4770.95-
YUV185.53144.07109.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.22%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=28.22%
G=34.04%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601932140.250.1000.16203.3339.7173.33
HexA0C1D619A010cb2849
Octal240301326311202031350111
Binary101000001100000111010110110011010010000110010111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C1D6; }

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

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

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

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

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

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

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

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