#A0C0CF

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

Shades of Regent St Blue #A0C0CF

Tints of Regent St Blue #A0C0CF

Color information

#A0C0CF (or 0xA0C0CF) is unknown color: approx Regent St Blue. HEX triplet: A0, C0 and CF. RGB value is (160,192,207). Sum of RGB (Red+Green+Blue) = 160+192+207=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0CF is #5F3F30. Grayscale: #B8B8B8. Windows color (decimal): -6242097 or 13615264. OLE color: 13615264.

HSL color Cylindrical-coordinate representation of color #A0C0CF: hue angle of 199.15º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C0CF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160192207-
CMYK0.230.0700.19
HSL199.15º32.87%71.96%-
HSV(B)199.15º22.71%81.18%-
XYZ44.6149.6866.27-
YUV184.14140.9110.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=28.62%
G=34.35%
B=37.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601922070.230.0700.19199.1532.8771.96
HexA0C0CF177013c72148
Octal24030031727702330741110
Binary10100000110000001100111110111111010011110001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0CF; }

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

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

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

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

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

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

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

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