#A0C6CD

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

Shades of Regent St Blue #A0C6CD

Tints of Regent St Blue #A0C6CD

Color information

#A0C6CD (or 0xA0C6CD) is unknown color: approx Regent St Blue. HEX triplet: A0, C6 and CD. RGB value is (160,198,205). Sum of RGB (Red+Green+Blue) = 160+198+205=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C6CD is #5F3932. Grayscale: #BBBBBB. Windows color (decimal): -6240563 or 13485728. OLE color: 13485728.

HSL color Cylindrical-coordinate representation of color #A0C6CD: hue angle of 189.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 #A0C6CD is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160198205-
CMYK0.220.0300.20
HSL189.33º31.03%71.57%-
HSV(B)189.33º21.95%80.39%-
XYZ45.7152.2765.44-
YUV187.44137.91108.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=28.42%
G=35.17%
B=36.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601982050.220.0300.20189.3331.0371.57
HexA0C6CD163014bd1f48
Octal24030631526302427537110
Binary101000001100011011001101101101101010010111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C6CD; }

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

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

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

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

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

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

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

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