#AACED8

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

Shades of Regent St Blue #AACED8

Tints of Regent St Blue #AACED8

Color information

#AACED8 (or 0xAACED8) is unknown color: approx Regent St Blue. HEX triplet: AA, CE and D8. RGB value is (170,206,216). Sum of RGB (Red+Green+Blue) = 170+206+216=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #AACED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACED8 is #553127. Grayscale: #C4C4C4. Windows color (decimal): -5583144 or 14208682. OLE color: 14208682.

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

Color convert

RGB170206216-
CMYK0.210.0500.15
HSL193.04º37.1%75.69%-
HSV(B)193.04º21.3%84.71%-
XYZ51.0457.6573.4-
YUV196.38139.07109.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 216 (84.77% from 255) = 36.49%
R=28.72%
G=34.80%
B=36.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702062160.210.0500.15193.0437.175.69
HexAACED81550Fc1254c
Octal25231633025501730145114
Binary1010101011001110110110001010110101111110000011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACED8; }

 p { color: rgb(170,206,216); }

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

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

 a { background-color: rgb(170,206,216); }

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

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

 span { border-color: rgb(170,206,216); }

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