#A0C4CD

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

Shades of Regent St Blue #A0C4CD

Tints of Regent St Blue #A0C4CD

Color information

#A0C4CD (or 0xA0C4CD) is unknown color: approx Regent St Blue. HEX triplet: A0, C4 and CD. RGB value is (160,196,205). Sum of RGB (Red+Green+Blue) = 160+196+205=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0C4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C4CD is #5F3B32. Grayscale: #BABABA. Windows color (decimal): -6241075 or 13485216. OLE color: 13485216.

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

Color convert

RGB160196205-
CMYK0.220.0400.20
HSL192º31.03%71.57%-
HSV(B)192º21.95%80.39%-
XYZ45.2651.3665.29-
YUV186.26138.57109.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=28.52%
G=34.94%
B=36.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601962050.220.0400.2019231.0371.57
HexA0C4CD164014c01f48
Octal24030431526402430037110
Binary1010000011000100110011011011010001010011000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C4CD; }

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

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

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

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

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

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

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

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