#A0D1DC

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

Shades of Regent St Blue #A0D1DC

Tints of Regent St Blue #A0D1DC

Color information

#A0D1DC (or 0xA0D1DC) is unknown color: approx Regent St Blue. HEX triplet: A0, D1 and DC. RGB value is (160,209,220). Sum of RGB (Red+Green+Blue) = 160+209+220=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0D1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1DC is #5F2E23. Grayscale: #C3C3C3. Windows color (decimal): -6237732 or 14471584. OLE color: 14471584.

HSL color Cylindrical-coordinate representation of color #A0D1DC: hue angle of 191º 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 #A0D1DC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160209220-
CMYK0.270.0500.14
HSL191º46.15%74.51%-
HSV(B)191º27.27%86.27%-
XYZ50.2258.2476.31-
YUV195.6141.77102.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.16%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=27.16%
G=35.48%
B=37.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602092200.270.0500.1419146.1574.51
HexA0D1DC1B50Ebf2e4b
Octal24032133433501627756113
Binary1010000011010001110111001101110101110101111111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D1DC; }

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

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

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

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

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

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

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

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