#ACC8D2

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

Shades of Regent St Blue #ACC8D2

Tints of Regent St Blue #ACC8D2

Color information

#ACC8D2 (or 0xACC8D2) is unknown color: approx Regent St Blue. HEX triplet: AC, C8 and D2. RGB value is (172,200,210). Sum of RGB (Red+Green+Blue) = 172+200+210=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACC8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8D2 is #53372D. Grayscale: #C0C0C0. Windows color (decimal): -5453614 or 13813932. OLE color: 13813932.

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

Color convert

RGB172200210-
CMYK0.180.0500.18
HSL195.79º29.69%74.9%-
HSV(B)195.79º18.1%82.35%-
XYZ49.354.7368.94-
YUV192.77137.72113.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 210 (82.42% from 255) = 36.08%
R=29.55%
G=34.36%
B=36.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722002100.180.0500.18195.7929.6974.9
HexACC8D2125012c41e4b
Octal25431032222502230436113
Binary1010110011001000110100101001010101001011000100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8D2; }

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

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

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

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

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

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

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

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