#a0d2dc

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

Shades of Regent St Blue #A0D2DC

Tints of Regent St Blue #A0D2DC

Color information

#A0D2DC (or 0xA0D2DC) is unknown color: approx Regent St Blue. HEX triplet: A0, D2 and DC. RGB value is (160,210,220). Sum of RGB (Red+Green+Blue) = 160+210+220=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2DC is #5F2D23. Grayscale: #C4C4C4. Windows color (decimal): -6237476 or 14471840. OLE color: 14471840.

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

Color convert

RGB160210220-
CMYK0.270.0500.14
HSL190º46.15%74.51%-
HSV(B)190º27.27%86.27%-
XYZ50.4658.7376.39-
YUV196.19141.44102.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.12%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=27.12%
G=35.59%
B=37.29%

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
Decimal1602102200.270.0500.1419046.1574.51
HexA0D2DC1B50Ebe2e4b
Octal24032233433501627656113
Binary1010000011010010110111001101110101110101111101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0d2dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0d2dc; }

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

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

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

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

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

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

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

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