#ACC8D7

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

Shades of Regent St Blue #ACC8D7

Tints of Regent St Blue #ACC8D7

Color information

#ACC8D7 (or 0xACC8D7) is unknown color: approx Regent St Blue. HEX triplet: AC, C8 and D7. RGB value is (172,200,215). Sum of RGB (Red+Green+Blue) = 172+200+215=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8D7 is #533728. Grayscale: #C1C1C1. Windows color (decimal): -5453609 or 14141612. OLE color: 14141612.

HSL color Cylindrical-coordinate representation of color #ACC8D7: hue angle of 200.93º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC8D7 is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172200215-
CMYK0.20.0700.16
HSL200.93º34.96%75.88%-
HSV(B)200.93º20%84.31%-
XYZ49.9354.9972.27-
YUV193.34140.22112.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=29.30%
G=34.07%
B=36.63%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722002150.20.0700.16200.9334.9675.88
HexACC8D7147010c9234c
Octal25431032724702031143114
Binary10101100110010001101011110100111010000110010011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8D7; }

 p { color: rgb(172,200,215); }

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

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

 a { background-color: rgb(172,200,215); }

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

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

 span { border-color: rgb(172,200,215); }

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