#ACC7D5

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

Shades of Regent St Blue #ACC7D5

Tints of Regent St Blue #ACC7D5

Color information

#ACC7D5 (or 0xACC7D5) is unknown color: approx Regent St Blue. HEX triplet: AC, C7 and D5. RGB value is (172,199,213). Sum of RGB (Red+Green+Blue) = 172+199+213=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7D5 is #53382A. Grayscale: #C0C0C0. Windows color (decimal): -5453867 or 14010284. OLE color: 14010284.

HSL color Cylindrical-coordinate representation of color #ACC7D5: hue angle of 200.49º 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 #ACC7D5 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172199213-
CMYK0.190.0700.16
HSL200.49º32.8%75.49%-
HSV(B)200.49º19.25%83.53%-
XYZ49.4554.4270.85-
YUV192.52139.55113.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=29.45%
G=34.08%
B=36.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721992130.190.0700.16200.4932.875.49
HexACC7D5137010c8214b
Octal25430732523702031041113
Binary10101100110001111101010110011111010000110010001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7D5; }

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

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

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

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

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

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

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

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