#ACC7D0

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

Shades of Regent St Blue #ACC7D0

Tints of Regent St Blue #ACC7D0

Color information

#ACC7D0 (or 0xACC7D0) is unknown color: approx Regent St Blue. HEX triplet: AC, C7 and D0. RGB value is (172,199,208). Sum of RGB (Red+Green+Blue) = 172+199+208=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACC7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7D0 is #53382F. Grayscale: #BFBFBF. Windows color (decimal): -5453872 or 13682604. OLE color: 13682604.

HSL color Cylindrical-coordinate representation of color #ACC7D0: hue angle of 195º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC7D0 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172199208-
CMYK0.170.0400.18
HSL195º27.69%74.51%-
HSV(B)195º17.31%81.57%-
XYZ48.8254.1767.56-
YUV191.95137.05113.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=29.71%
G=34.37%
B=35.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721992080.170.0400.1819527.6974.51
HexACC7D0114012c31c4b
Octal25430732021402230334113
Binary1010110011000111110100001000110001001011000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7D0; }

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

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

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

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

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

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

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

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