#AAD1D8

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

Shades of Regent St Blue #AAD1D8

Tints of Regent St Blue #AAD1D8

Color information

#AAD1D8 (or 0xAAD1D8) is unknown color: approx Regent St Blue. HEX triplet: AA, D1 and D8. RGB value is (170,209,216). Sum of RGB (Red+Green+Blue) = 170+209+216=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAD1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1D8 is #552E27. Grayscale: #C6C6C6. Windows color (decimal): -5582376 or 14209450. OLE color: 14209450.

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

Color convert

RGB170209216-
CMYK0.210.0300.15
HSL189.13º37.1%75.69%-
HSV(B)189.13º21.3%84.71%-
XYZ51.7759.173.65-
YUV198.14138.08107.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=28.57%
G=35.13%
B=36.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702092160.210.0300.15189.1337.175.69
HexAAD1D81530Fbd254c
Octal25232133025301727545114
Binary101010101101000111011000101011101111101111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1D8; }

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

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

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

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

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

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

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

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