#ACC7CD

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

Shades of Regent St Blue #ACC7CD

Tints of Regent St Blue #ACC7CD

Color information

#ACC7CD (or 0xACC7CD) is unknown color: approx Regent St Blue. HEX triplet: AC, C7 and CD. RGB value is (172,199,205). Sum of RGB (Red+Green+Blue) = 172+199+205=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7CD is #533832. Grayscale: #BFBFBF. Windows color (decimal): -5453875 or 13485996. OLE color: 13485996.

HSL color Cylindrical-coordinate representation of color #ACC7CD: hue angle of 190.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC7CD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172199205-
CMYK0.160.0300.20
HSL190.91º24.81%73.92%-
HSV(B)190.91º16.1%80.39%-
XYZ48.4654.0365.63-
YUV191.61135.55114.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=29.86%
G=34.55%
B=35.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721992050.160.0300.20190.9124.8173.92
HexACC7CD103014bf194a
Octal25430731520302427731112
Binary101011001100011111001101100001101010010111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7CD; }

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

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

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

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

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

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

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

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