#A0CED9

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

Shades of Regent St Blue #A0CED9

Tints of Regent St Blue #A0CED9

Color information

#A0CED9 (or 0xA0CED9) is unknown color: approx Regent St Blue. HEX triplet: A0, CE and D9. RGB value is (160,206,217). Sum of RGB (Red+Green+Blue) = 160+206+217=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #A0CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CED9 is #5F3126. Grayscale: #C1C1C1. Windows color (decimal): -6238503 or 14274208. OLE color: 14274208.

HSL color Cylindrical-coordinate representation of color #A0CED9: hue angle of 191.58º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0CED9 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160206217-
CMYK0.260.0500.15
HSL191.58º42.86%73.92%-
HSV(B)191.58º26.27%85.1%-
XYZ49.0956.6373.99-
YUV193.5141.26104.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=27.44%
G=35.33%
B=37.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602062170.260.0500.15191.5842.8673.92
HexA0CED91A50Fc02b4a
Octal24031633132501730053112
Binary1010000011001110110110011101010101111110000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CED9; }

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

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

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

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

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

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

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

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