#AAC5CE

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

Shades of Regent St Blue #AAC5CE

Tints of Regent St Blue #AAC5CE

Color information

#AAC5CE (or 0xAAC5CE) is unknown color: approx Regent St Blue. HEX triplet: AA, C5 and CE. RGB value is (170,197,206). Sum of RGB (Red+Green+Blue) = 170+197+206=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CE is #553A31. Grayscale: #BDBDBD. Windows color (decimal): -5585458 or 13551018. OLE color: 13551018.

HSL color Cylindrical-coordinate representation of color #AAC5CE: hue angle of 195º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC5CE is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170197206-
CMYK0.170.0400.19
HSL195º26.87%73.73%-
HSV(B)195º17.48%80.78%-
XYZ47.6852.9366.1-
YUV189.95137.05113.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=29.67%
G=34.38%
B=35.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701972060.170.0400.1919526.8773.73
HexAAC5CE114013c31b4a
Octal25230531621402330333112
Binary1010101011000101110011101000110001001111000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5CE; }

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

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

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

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

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

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

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

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