#ACCCD6

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

Shades of Regent St Blue #ACCCD6

Tints of Regent St Blue #ACCCD6

Color information

#ACCCD6 (or 0xACCCD6) is unknown color: approx Regent St Blue. HEX triplet: AC, CC and D6. RGB value is (172,204,214). Sum of RGB (Red+Green+Blue) = 172+204+214=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACCCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD6 is #533329. Grayscale: #C3C3C3. Windows color (decimal): -5452586 or 14077100. OLE color: 14077100.

HSL color Cylindrical-coordinate representation of color #ACCCD6: hue angle of 194.29º degrees, saturation: 0.34, 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 #ACCCD6 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172204214-
CMYK0.200.0500.16
HSL194.29º33.87%75.69%-
HSV(B)194.29º19.63%83.92%-
XYZ50.7456.8171.91-
YUV195.57138.4111.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=29.15%
G=34.58%
B=36.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722042140.200.0500.16194.2933.8775.69
HexACCCD6145010c2224c
Octal25431432624502030242114
Binary10101100110011001101011010100101010000110000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCD6; }

 p { color: rgb(172,204,214); }

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

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

 a { background-color: rgb(172,204,214); }

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

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

 span { border-color: rgb(172,204,214); }

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