#A0C8DC

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

Shades of Regent St Blue #A0C8DC

Tints of Regent St Blue #A0C8DC

Color information

#A0C8DC (or 0xA0C8DC) is unknown color: approx Regent St Blue. HEX triplet: A0, C8 and DC. RGB value is (160,200,220). Sum of RGB (Red+Green+Blue) = 160+200+220=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C8DC is #5F3723. Grayscale: #BEBEBE. Windows color (decimal): -6240036 or 14469280. OLE color: 14469280.

HSL color Cylindrical-coordinate representation of color #A0C8DC: hue angle of 200º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C8DC is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160200220-
CMYK0.270.0900.14
HSL200º46.15%74.51%-
HSV(B)200º27.27%86.27%-
XYZ48.0753.9575.59-
YUV190.32144.75106.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=27.59%
G=34.48%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602002200.270.0900.1420046.1574.51
HexA0C8DC1B90Ec82e4b
Octal240310334331101631056113
Binary10100000110010001101110011011100101110110010001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C8DC; }

 p { color: rgb(160,200,220); }

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

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

 a { background-color: rgb(160,200,220); }

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

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

 span { border-color: rgb(160,200,220); }

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