#A0C0CD

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

Shades of Regent St Blue #A0C0CD

Tints of Regent St Blue #A0C0CD

Color information

#A0C0CD (or 0xA0C0CD) is unknown color: approx Regent St Blue. HEX triplet: A0, C0 and CD. RGB value is (160,192,205). Sum of RGB (Red+Green+Blue) = 160+192+205=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0CD is #5F3F32. Grayscale: #B7B7B7. Windows color (decimal): -6242099 or 13484192. OLE color: 13484192.

HSL color Cylindrical-coordinate representation of color #A0C0CD: hue angle of 197.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C0CD is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160192205-
CMYK0.220.0600.20
HSL197.33º31.03%71.57%-
HSV(B)197.33º21.95%80.39%-
XYZ44.3749.5864.99-
YUV183.91139.9110.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=28.73%
G=34.47%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601922050.220.0600.20197.3331.0371.57
HexA0C0CD166014c51f48
Octal24030031526602430537110
Binary1010000011000000110011011011011001010011000101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0CD; }

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

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

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

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

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

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

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

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