#ACC7CE

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

Shades of Regent St Blue #ACC7CE

Tints of Regent St Blue #ACC7CE

Color information

#ACC7CE (or 0xACC7CE) is unknown color: approx Regent St Blue. HEX triplet: AC, C7 and CE. RGB value is (172,199,206). Sum of RGB (Red+Green+Blue) = 172+199+206=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7CE is #533831. Grayscale: #BFBFBF. Windows color (decimal): -5453874 or 13551532. OLE color: 13551532.

HSL color Cylindrical-coordinate representation of color #ACC7CE: hue angle of 192.35º degrees, saturation: 0.26, 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 #ACC7CE is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172199206-
CMYK0.170.0300.19
HSL192.35º25.76%74.12%-
HSV(B)192.35º16.5%80.78%-
XYZ48.5854.0766.27-
YUV191.72136.05113.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=29.81%
G=34.49%
B=35.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721992060.170.0300.19192.3525.7674.12
HexACC7CE113013c01a4a
Octal25430731621302330032112
Binary101011001100011111001110100011101001111000000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7CE; }

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

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

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

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

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

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

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

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