#AACDD8

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

Shades of Regent St Blue #AACDD8

Tints of Regent St Blue #AACDD8

Color information

#AACDD8 (or 0xAACDD8) is unknown color: approx Regent St Blue. HEX triplet: AA, CD and D8. RGB value is (170,205,216). Sum of RGB (Red+Green+Blue) = 170+205+216=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #AACDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD8 is #553227. Grayscale: #C3C3C3. Windows color (decimal): -5583400 or 14208426. OLE color: 14208426.

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

Color convert

RGB170205216-
CMYK0.210.0500.15
HSL194.35º37.1%75.69%-
HSV(B)194.35º21.3%84.71%-
XYZ50.857.1773.32-
YUV195.79139.4109.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=28.76%
G=34.69%
B=36.55%

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
Decimal1702052160.210.0500.15194.3537.175.69
HexAACDD81550Fc2254c
Octal25231533025501730245114
Binary1010101011001101110110001010110101111110000101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDD8; }

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

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

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

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

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

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

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

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