#A0C0D6

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

Shades of Regent St Blue #A0C0D6

Tints of Regent St Blue #A0C0D6

Color information

#A0C0D6 (or 0xA0C0D6) is unknown color: approx Regent St Blue. HEX triplet: A0, C0 and D6. RGB value is (160,192,214). Sum of RGB (Red+Green+Blue) = 160+192+214=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #A0C0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0D6 is #5F3F29. Grayscale: #B8B8B8. Windows color (decimal): -6242090 or 14074016. OLE color: 14074016.

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

Color convert

RGB160192214-
CMYK0.250.1000.16
HSL204.44º39.71%73.33%-
HSV(B)204.44º25.23%83.92%-
XYZ45.4850.0370.88-
YUV184.94144.4110.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.27%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 214 (83.98% from 255) = 37.81%
R=28.27%
G=33.92%
B=37.81%

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
Decimal1601922140.250.1000.16204.4439.7173.33
HexA0C0D619A010cc2849
Octal240300326311202031450111
Binary101000001100000011010110110011010010000110011001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0D6; }

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

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

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

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

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

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

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

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