#A0CEDB

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

Shades of Regent St Blue #A0CEDB

Tints of Regent St Blue #A0CEDB

Color information

#A0CEDB (or 0xA0CEDB) is unknown color: approx Regent St Blue. HEX triplet: A0, CE and DB. RGB value is (160,206,219). Sum of RGB (Red+Green+Blue) = 160+206+219=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEDB is #5F3124. Grayscale: #C1C1C1. Windows color (decimal): -6238501 or 14405280. OLE color: 14405280.

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

Color convert

RGB160206219-
CMYK0.270.0600.14
HSL193.22º45.04%74.31%-
HSV(B)193.22º26.94%85.88%-
XYZ49.3556.7375.37-
YUV193.73142.26103.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.35%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=27.35%
G=35.21%
B=37.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602062190.270.0600.14193.2245.0474.31
HexA0CEDB1B60Ec12d4a
Octal24031633333601630155112
Binary1010000011001110110110111101111001110110000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEDB; }

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

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

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

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

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

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

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

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