#ACC9D5

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

Shades of Regent St Blue #ACC9D5

Tints of Regent St Blue #ACC9D5

Color information

#ACC9D5 (or 0xACC9D5) is unknown color: approx Regent St Blue. HEX triplet: AC, C9 and D5. RGB value is (172,201,213). Sum of RGB (Red+Green+Blue) = 172+201+213=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9D5 is #53362A. Grayscale: #C1C1C1. Windows color (decimal): -5453355 or 14010796. OLE color: 14010796.

HSL color Cylindrical-coordinate representation of color #ACC9D5: hue angle of 197.56º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC9D5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172201213-
CMYK0.190.0600.16
HSL197.56º32.8%75.49%-
HSV(B)197.56º19.25%83.53%-
XYZ49.9155.3571-
YUV193.7138.89112.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=29.35%
G=34.30%
B=36.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722012130.190.0600.16197.5632.875.49
HexACC9D5136010c6214b
Octal25431132523602030641113
Binary10101100110010011101010110011110010000110001101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9D5; }

 p { color: rgb(172,201,213); }

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

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

 a { background-color: rgb(172,201,213); }

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

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

 span { border-color: rgb(172,201,213); }

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