#A0D0DB

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

Shades of Regent St Blue #A0D0DB

Tints of Regent St Blue #A0D0DB

Color information

#A0D0DB (or 0xA0D0DB) is unknown color: approx Regent St Blue. HEX triplet: A0, D0 and DB. RGB value is (160,208,219). Sum of RGB (Red+Green+Blue) = 160+208+219=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0DB is #5F2F24. Grayscale: #C2C2C2. Windows color (decimal): -6237989 or 14405792. OLE color: 14405792.

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

Color convert

RGB160208219-
CMYK0.270.0500.14
HSL191.19º45.04%74.31%-
HSV(B)191.19º26.94%85.88%-
XYZ49.8457.775.53-
YUV194.9141.6103.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=27.26%
G=35.43%
B=37.31%

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
Decimal1602082190.270.0500.14191.1945.0474.31
HexA0D0DB1B50Ebf2d4a
Octal24032033333501627755112
Binary1010000011010000110110111101110101110101111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D0DB; }

 p { color: rgb(160,208,219); }

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

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

 a { background-color: rgb(160,208,219); }

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

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

 span { border-color: rgb(160,208,219); }

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